aboutsummaryrefslogtreecommitdiff
path: root/tests/eq.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/eq.lisp')
-rw-r--r--tests/eq.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/eq.lisp b/tests/eq.lisp
index a7758bb..27e9aee 100644
--- a/tests/eq.lisp
+++ b/tests/eq.lisp
@@ -1,5 +1,5 @@
-(assert-error (eq?1 2 3))
-(assert-error (equal?1 2 3))
+(assert-error (eq? 1 2 3))
+(assert-error (equal? 1 2 3))
(assert (eq? 1 1))
(assert (eq? 'a 'a))