summaryrefslogtreecommitdiff
path: root/test-suite/vm/run-vm-tests.scm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/vm/run-vm-tests.scm')
-rw-r--r--test-suite/vm/run-vm-tests.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/vm/run-vm-tests.scm b/test-suite/vm/run-vm-tests.scm
index f23dff682..9304e8179 100644
--- a/test-suite/vm/run-vm-tests.scm
+++ b/test-suite/vm/run-vm-tests.scm
@@ -67,7 +67,7 @@ it succeeded."
(define (run-vm-tests files)
"For each file listed in @var{files}, load it and run it through both the
interpreter and the VM (after having it compiled). Both results must be
-equal in the sense of @var{equal?}."
+equal in the sense of @code{equal?}."
(let* ((res (map (lambda (file)
(format #t "running `~a'... " file)
(if (catch #t