diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2021-08-29 03:58:01 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2021-08-29 03:58:01 +0300 |
commit | 8fb32387c1c9370cb53635b8ff94e4aa90d034f7 (patch) | |
tree | 0ca126d7d9796f028d0f019f1fde7ee4ee7bc0cb /test/lisp/vc/vc-tests.el | |
parent | 6d361775891956bccffcc4ba6faee58bcfc1fcea (diff) | |
download | emacs-8fb32387c1c9370cb53635b8ff94e4aa90d034f7.tar.gz emacs-8fb32387c1c9370cb53635b8ff94e4aa90d034f7.tar.bz2 emacs-8fb32387c1c9370cb53635b8ff94e4aa90d034f7.zip |
; Remove copypasta accident
Diffstat (limited to 'test/lisp/vc/vc-tests.el')
-rw-r--r-- | test/lisp/vc/vc-tests.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lisp/vc/vc-tests.el b/test/lisp/vc/vc-tests.el index 4f75e5ec612..dbb8a9e3d12 100644 --- a/test/lisp/vc/vc-tests.el +++ b/test/lisp/vc/vc-tests.el @@ -588,8 +588,6 @@ This checks also `vc-backend' and `vc-responsible-backend'." (should (not (file-exists-p tmp-name))) (should (file-exists-p new-name)) - ;; implicit: Bzr CVS Git Hg Mtn SRC SVN - ;; locking: RCS SCCS (should (equal (vc-state new-name) 'added)))) ;; Save exit. |