summaryrefslogtreecommitdiff
path: root/Lisp/tests.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-04 16:28:19 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-04 16:28:19 +0100
commit6da58040addc2b65a3f6e9a9b4a6cbbbc1a29047 (patch)
treea8b3682ef476482a8c44f5541e1452e9f1d7dcab /Lisp/tests.lisp
parentd7255a1e69aaafd272413ebde5a85869024c075d (diff)
Test CLASS-DEFINITION: Do not define a method specialised over (EQL +NIL+).
darcs-hash:f8274fbf2ad34ff49cb274d45fb82468850128ea
Diffstat (limited to 'Lisp/tests.lisp')
-rw-r--r--Lisp/tests.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lisp/tests.lisp b/Lisp/tests.lisp
index 68f230a..42ba3fe 100644
--- a/Lisp/tests.lisp
+++ b/Lisp/tests.lisp
@@ -431,7 +431,7 @@
((x ,class-name)
(y :int)
z
- (a (eql +nil+))
+ (a t #+(or) (eql +nil+))
(b ns::ns-number)
&rest rest)
(declare (ignore z rest))