From: Matt Birkholz Date: Sat, 14 Dec 2019 04:01:20 +0000 (-0700) Subject: tests: Re-enable compiler/test-vartrap. X-Git-Tag: mit-scheme-pucked-10.1.20~5 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c03a4224416b3ae13a3b2192412505d40403541e;p=mit-scheme.git tests: Re-enable compiler/test-vartrap. --- diff --git a/tests/check.scm b/tests/check.scm index e9d6a0cbe..646aca684 100644 --- 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 --