aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMattias EngdegÄrd2020-03-29 11:12:36 +0200
committerMattias EngdegÄrd2020-03-29 11:14:03 +0200
commit93945fcd19bea4c044dcb45542086798cbdae6bc (patch)
tree12cab45ae8a813350a1bc708c754341843a24455 /test
parentee47e00f4e0a644a0948743ac43892710663b243 (diff)
downloademacs-93945fcd19bea4c044dcb45542086798cbdae6bc.tar.gz
emacs-93945fcd19bea4c044dcb45542086798cbdae6bc.zip
; * test/lisp/calc/calc-tests.el: Fix mistake in last commit
Diffstat (limited to 'test')
-rw-r--r--test/lisp/calc/calc-tests.el2
1 files changed, 1 insertions, 1 deletions
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."
343 (should (Math-num-integerp -7)) 343 (should (Math-num-integerp -7))
344 (should (Math-num-integerp (ash 1 65))) 344 (should (Math-num-integerp (ash 1 65)))
345 (should (Math-num-integerp '(float 1 0))) 345 (should (Math-num-integerp '(float 1 0)))
346 (should-not (Math-integerp nil))) 346 (should-not (Math-num-integerp nil)))
347 347
348(provide 'calc-tests) 348(provide 'calc-tests)
349;;; calc-tests.el ends here 349;;; calc-tests.el ends here