emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/pkg 89114e37f6: Uncomment tests after fixing bug#58714


From: Gerd Moellmann
Subject: feature/pkg 89114e37f6: Uncomment tests after fixing bug#58714
Date: Sun, 23 Oct 2022 04:26:53 -0400 (EDT)

branch: feature/pkg
commit 89114e37f6123fead0765f1f11b77de38c84ee55
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>

    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 5c2acae1d9..9023ee2af4 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]