X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Feval.impure.lisp;h=6afd64cd55d5624ca67db101725a1db44e57686c;hb=d94c1b4a8c534bde146823f56558faf37cd4c4d7;hp=fc8ec40427701320307ff4ef93eb698329ff0fc2;hpb=9eba16267805e33a2b6d820da238ccb2e0869197;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)))