X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Feval.impure.lisp;h=6afd64cd55d5624ca67db101725a1db44e57686c;hb=4c81c652cdc32faefee1bccb84c3c9a7854e3edd;hp=fc8ec40427701320307ff4ef93eb698329ff0fc2;hpb=0fd1ec424a7e5969a76a2531e42a6b2621e63c11;p=sbcl.git diff --git a/tests/eval.impure.lisp b/tests/eval.impure.lisp index fc8ec40..6afd64c 100644 --- a/tests/eval.impure.lisp +++ b/tests/eval.impure.lisp @@ -249,8 +249,7 @@ (simple-type-error () 'error))) t))) -#+sb-eval -(with-test (:name :bug-524707) +(with-test (:name :bug-524707 :skipped-on '(not :sb-eval)) (let ((*evaluator-mode* :interpret) (lambda-form '(lambda (x) (declare (fixnum x)) (1+ x)))) (let ((fun (eval lambda-form)))