mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-07 04:14:19 +00:00
compileSingleTest instead of direct callCompiler
This commit is contained in:
@@ -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 -----------------------
|
||||
|
||||
Reference in New Issue
Block a user