~ chicken-core (chicken-5) b90a967eac919833737394df9170c2944d122c9c
commit b90a967eac919833737394df9170c2944d122c9c
Author: Evan Hanson <evhan@foldling.org>
AuthorDate: Mon Apr 8 11:46:15 2019 +1200
Commit: Evan Hanson <evhan@foldling.org>
CommitDate: Mon Apr 8 12:02:12 2019 +1200
Enable specialisation for test-scrutinizer-message-format.scm on Windows
This matches the test execution on Unix platforms (cf. dfbe70bc3) and
brings the actual results in line with the expected output.
diff --git a/tests/runtests.bat b/tests/runtests.bat
index 49fa8348..6fc13c50 100644
--- a/tests/runtests.bat
+++ b/tests/runtests.bat
@@ -93,7 +93,7 @@ if errorlevel 1 exit /b 1
a.out
if errorlevel 1 exit /b 1
-%compile% test-scrutinizer-message-format.scm -A 2>scrutinizer-message-format.out
+%compile% test-scrutinizer-message-format.scm -A -specialize 2>scrutinizer-message-format.out
rem this is expected to fail, so no errorlevel check
%compile% scrutiny-tests.scm -A 2>scrutiny.out
if errorlevel 1 exit /b 1
Trap