From: Mattias EngdegÄrd Date: Sun, 29 Mar 2020 09:12:36 +0000 (+0200) Subject: ; * test/lisp/calc/calc-tests.el: Fix mistake in last commit X-Git-Tag: emacs-27.0.91~53 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93945fcd19bea4c044dcb45542086798cbdae6bc;p=emacs.git ; * test/lisp/calc/calc-tests.el: Fix mistake in last commit --- diff --git a/test/lisp/calc/calc-tests.el b/test/lisp/calc/calc-tests.el index 8fffb7c14b5..6db5426ff6d 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