emacs-31 ba7c04d26c7: ; Fix double docstring in a test

Dmitry Gutov <[email protected]> Thu, 2 Jul 2026 12:28:36 -0400 (EDT)
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
branch: emacs-31
commit ba7c04d26c7a61ef4c4ccc08b817534a8a071095
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    ; Fix double docstring in a test
---
 test/lisp/progmodes/project-tests.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/lisp/progmodes/project-tests.el b/test/lisp/progmodes/project-tests.el
index f17ea46b411..9516c2ad119 100644
--- a/test/lisp/progmodes/project-tests.el
+++ b/test/lisp/progmodes/project-tests.el
@@ -276,7 +276,6 @@ When `project-ignores' includes a name matching project dir."
 
 (ert-deftest project-try-vc-invalidates-cache ()
   "Check that it invalidates the cached value that's too old."
-  "Check that one can add wildcard entries."
   (skip-unless (eq (vc-responsible-backend default-directory) 'Git))
   ;; Prepare
   (let* ((dir (file-name-directory project-tests--this-file))