use primitive-eval in run-vm-tests.scm
authorAndy Wingo <wingo@pobox.com>
Thu, 20 Aug 2009 10:47:11 +0000 (12:47 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 20 Aug 2009 16:52:50 +0000 (18:52 +0200)
* testsuite/run-vm-tests.scm (run-vm-tests): Use primitive-eval, as
  we'll be changing eval soon.

testsuite/run-vm-tests.scm

index f7eba40..39e7bf1 100644 (file)
@@ -72,8 +72,7 @@ equal in the sense of @var{equal?}."
                     (if (catch #t
                                (lambda ()
                                  (equal? (compile/run-test-from-file file)
-                                         (eval (fetch-sexp-from-file file)
-                                               (interaction-environment))))
+                                         (primitive-eval (fetch-sexp-from-file file))))
                                (lambda (key . args)
                                  (format #t "[~a/~a] " key args)
                                  #f))