aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-11-20 17:38:41 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-11-20 17:38:41 +0100
commitf06c24c2498a8b9642fdef3bd8336ac75da4ad07 (patch)
tree99f09c24bcac6cec1b63c8085fbc447c995ce0fa
parent1238e60ae568286f72fed3c289376cb6771916df (diff)
Reenable test
-rw-r--r--compat-tests.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/compat-tests.el b/compat-tests.el
index 4e9b7d5..b736015 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -3172,9 +3172,6 @@
(lambda (_) (error "cycle")))))
(ert-deftest compat-require-with-check ()
- ;; TODO Reenable test on Emacs 30 as soon as CI Emacs packages have
- ;; been updated. This usually happens in about a week or two.
- (static-if (< emacs-major-version 30) (progn
(ert-with-temp-directory dir1
(ert-with-temp-directory dir2
(dolist (dir (list dir1 dir2))
@@ -3190,7 +3187,7 @@
(let ((load-path (cons dir2 load-path)))
(should-error (require-with-check 'compat-reload))
(should-equal 'compat-reload (require-with-check 'compat-reload nil 'noerror))
- (should-equal 'compat-reload (require-with-check 'compat-reload nil 'reload))))))))
+ (should-equal 'compat-reload (require-with-check 'compat-reload nil 'reload))))))
(defvar compat-tests-find-buffer nil)
(ert-deftest compat-find-buffer ()