projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee47e00
)
; * test/lisp/calc/calc-tests.el: Fix mistake in last commit
author
Mattias Engdegård
<mattiase@acm.org>
Sun, 29 Mar 2020 09:12:36 +0000
(11:12 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Sun, 29 Mar 2020 09:14:03 +0000
(11:14 +0200)
test/lisp/calc/calc-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/calc/calc-tests.el
b/test/lisp/calc/calc-tests.el
index 8fffb7c14b51b7089cfb3e12e63eafdf37f958a0..6db5426ff6dd4fef23f29cf15fde3732905b5ed1 100644
(file)
--- 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