compileSingleTest instead of direct callCompiler

This commit is contained in:
Simon Hafner
2011-12-30 14:22:56 +01:00
parent 24917aaf1e
commit cf2078aed8

View File

@@ -131,7 +131,7 @@ proc rejectThreadTests(r: var TResults, options: string) =
# ------------------------- IO tests -----------------------------------
proc runIOTests(r: var TResults, options: string) =
discard callCompiler(r"nimrod cc --hints:on $# $#", "tests/system/helpers/readall_echo", options)
compileSingleTest(r, "tests/system/helpers/readall_echo.nim", options)
runSingleTest(r, "tests/system/io", options)
# ------------------------- register special tests here -----------------------