mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; Fix double docstring in a test
This commit is contained in:
parent
82009df4de
commit
ba7c04d26c
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue