mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
use primitive-eval in run-vm-tests.scm
* testsuite/run-vm-tests.scm (run-vm-tests): Use primitive-eval, as we'll be changing eval soon.
This commit is contained in:
parent
7ea9a0a764
commit
32aa211159
1 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue