X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Flist.pure.lisp;h=431275b279d1bbd4361f3d8526972355359fdfd5;hb=3c54829dd2c9c654433ef469b320a6e9ff098177;hp=0340d850bb976ddaa407e7814b1d85540c9c47bf;hpb=fdbbe74c279db74e8855c58eaef02a30b2fa1917;p=sbcl.git diff --git a/tests/list.pure.lisp b/tests/list.pure.lisp index 0340d85..431275b 100644 --- a/tests/list.pure.lisp +++ b/tests/list.pure.lisp @@ -336,6 +336,7 @@ (assert (equal '((:b)) (funcall (compile nil '(lambda (x y) (adjoin x y :key #'car :test #'string=))) (list 'b) (list '(:b))))) +#+sb-eval (assert (equal '((:b)) (let ((sb-ext:*evaluator-mode* :interpret)) (eval '(adjoin (list 'b) (list '(:b)) :key #'car :test #'string=)))))