aboutsummaryrefslogtreecommitdiff
path: root/tests/eq.lisp
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-24 22:32:57 +0800
committerMistivia <i@mistivia.com>2025-06-24 22:34:19 +0800
commit44642d96eaef834b4bb846d27347ee681f9f5f7b (patch)
tree6e288498788115415650546f11a54a2a17766b15 /tests/eq.lisp
parent7dd5aa6065c00ed2d85b191e7e3cd4b12467408d (diff)
add more list funcs
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))