Fix some tests for builds without sb-eval.
authorLutz Euler <lutz.euler@freenet.de>
Sat, 6 Oct 2012 16:56:19 +0000 (18:56 +0200)
committerLutz Euler <lutz.euler@freenet.de>
Sat, 6 Oct 2012 16:56:19 +0000 (18:56 +0200)
commitad2b04d910cfc097712f19f05af9bb679ee17130
tree81d4a6175b63c9f2bd0bbbded3fc0cb9d4e34cf3
parentc017b878e30a0bc9a175d3f5a1a4d3537804160c
Fix some tests for builds without sb-eval.

Conditionalize on #+SB-EVAL test parts that bind *EVALUATOR-MODE* to
:INTERPRET. The affected tests are:
- compiler.pure.lisp / :multiple-args-to-function
- eval.impure.lisp / (eval :empty-let-is-not-toplevel)
tests/compiler.pure.lisp
tests/eval.impure.lisp