summaryrefslogtreecommitdiff
path: root/test/lisp/wdired-tests.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-09-22 00:54:54 +0200
committerStefan Kangas <stefan@marxist.se>2020-09-22 01:00:06 +0200
commit9a3a2a00dac62609ff32caa9c3dbe8c97f4918ef (patch)
tree4510b3e15253697bff552e1033ae6721e2691b8a /test/lisp/wdired-tests.el
parent83b0fc4429e4743a14dc914a09217923d35591bf (diff)
downloademacs-9a3a2a00dac62609ff32caa9c3dbe8c97f4918ef.tar.gz
Remove some unnecessary compat code
* test/lisp/emacs-lisp/ert-x-tests.el (ert-test-describe-test): * test/lisp/wdired-tests.el (wdired-test-unfinished-edit-01): Remove unnecessary compat code; these tests should never need to run on older versions of Emacs.
Diffstat (limited to 'test/lisp/wdired-tests.el')
-rw-r--r--test/lisp/wdired-tests.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/wdired-tests.el b/test/lisp/wdired-tests.el
index 96e88f62fec..b89e8c876e2 100644
--- a/test/lisp/wdired-tests.el
+++ b/test/lisp/wdired-tests.el
@@ -106,7 +106,6 @@ only the name before the link arrow."
"Test editing a file name without saving the change.
Finding the new name should be possible while still in
wdired-mode."
- :expected-result (if (< emacs-major-version 27) :failed :passed)
(let* ((test-dir (make-temp-file "test-dir-" t))
(test-file (concat (file-name-as-directory test-dir) "foo.c"))
(replace "bar")