From: Gerd Möllmann Date: Sun, 23 Oct 2022 08:25:33 +0000 (+0200) Subject: Uncomment tests after fixing bug#58714 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89114e37f6123fead0765f1f11b77de38c84ee55;p=emacs.git Uncomment tests after fixing bug#58714 --- diff --git a/test/src/pkg-tests.el b/test/src/pkg-tests.el index 5c2acae1d97..9023ee2af4b 100644 --- a/test/src/pkg-tests.el +++ b/test/src/pkg-tests.el @@ -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)))