aboutsummaryrefslogtreecommitdiff
path: root/tests/arithmetic.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arithmetic.lisp')
-rw-r--r--tests/arithmetic.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/arithmetic.lisp b/tests/arithmetic.lisp
index 05459f6..6175705 100644
--- a/tests/arithmetic.lisp
+++ b/tests/arithmetic.lisp
@@ -14,6 +14,8 @@
(assert (>= 2 1))
(assert (>= 1 1))
(assert (not (>= 0 1)))
+(assert (/= 2 1.0))
+(assert (not (/= 1 1)))
(assert-error (+ 1 "a"))
(assert-error (- 1 "a"))