]> git.eshelyaron.com Git - emacs.git/commitdiff
Uncomment tests after fixing bug#58714
authorGerd Möllmann <gerd@gnu.org>
Sun, 23 Oct 2022 08:25:33 +0000 (10:25 +0200)
committerGerd Möllmann <gerd@gnu.org>
Sun, 23 Oct 2022 08:25:33 +0000 (10:25 +0200)
test/src/pkg-tests.el

index 5c2acae1d97dfa8d098f45ad1594aeaf7e31dc26..9023ee2af4b9f86c357168e8cbeda4da0103d18d 100644 (file)
@@ -45,9 +45,8 @@
   (should-error (make-package))
   (should-error (make-package 1.0))
   (should-error (make-package "x" :hansi 1))
-  ;; Comment out because of bug#58714 in calls to cl-defun.
-  ;; (should-error (make-package "x" :nicknames))
-  ;; (should-error (make-package "x" :use))
+  (should-error (make-package "x" :nicknames))
+  (should-error (make-package "x" :use))
   (should-error (make-package "x" :nicknames 1))
   (should-error (make-package "x" :use 1)))