From 89114e37f6123fead0765f1f11b77de38c84ee55 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerd=20M=C3=B6llmann?= Date: Sun, 23 Oct 2022 10:25:33 +0200 Subject: [PATCH] Uncomment tests after fixing bug#58714 --- test/src/pkg-tests.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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))) -- 2.39.2