emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 93945fc: ; * test/lisp/calc/calc-tests.el: Fix mistake in last


From: Mattias Engdegård
Subject: emacs-27 93945fc: ; * test/lisp/calc/calc-tests.el: Fix mistake in last commit
Date: Sun, 29 Mar 2020 05:14:14 -0400 (EDT)

branch: emacs-27
commit 93945fcd19bea4c044dcb45542086798cbdae6bc
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    ; * test/lisp/calc/calc-tests.el: Fix mistake in last commit
---
 test/lisp/calc/calc-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/calc/calc-tests.el b/test/lisp/calc/calc-tests.el
index 8fffb7c..6db5426 100644
--- a/test/lisp/calc/calc-tests.el
+++ b/test/lisp/calc/calc-tests.el
@@ -343,7 +343,7 @@ An existing calc stack is reused, otherwise a new one is 
created."
   (should (Math-num-integerp -7))
   (should (Math-num-integerp (ash 1 65)))
   (should (Math-num-integerp '(float 1 0)))
-  (should-not (Math-integerp nil)))
+  (should-not (Math-num-integerp nil)))
 
 (provide 'calc-tests)
 ;;; calc-tests.el ends here



reply via email to

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