projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f46598
)
tests: Re-enable compiler/test-vartrap.
author
Matt Birkholz
<matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:01:20 +0000
(21:01 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:45:22 +0000
(21:45 -0700)
tests/check.scm
patch
|
blob
|
history
diff --git
a/tests/check.scm
b/tests/check.scm
index e9d6a0cbe7779db75043eef7ecb6323835aed240..646aca6843cc4e34db9654db7f02c5971fc127f8 100644
(file)
--- a/
tests/check.scm
+++ b/
tests/check.scm
@@
-45,7
+45,7
@@
USA.
"compiler/test-open-code"
"compiler/test-toplev"
"compiler/test-varname"
-
;;
"compiler/test-vartrap"
+ "compiler/test-vartrap"
"compiler/test-y"
"microcode/test-chacha"
;++ Kludge to run the flonum cast tests interpreted and compiled --