tests: Re-enable compiler/test-vartrap.
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:01:20 +0000 (21:01 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:45:22 +0000 (21:45 -0700)
tests/check.scm

index e9d6a0cbe7779db75043eef7ecb6323835aed240..646aca6843cc4e34db9654db7f02c5971fc127f8 100644 (file)
@@ -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 --