mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 12:07:51 +00:00
io test uses dummy compile result object
This commit is contained in:
@@ -142,7 +142,9 @@ proc rejectThreadTests(r: var TResults, options: string) =
|
||||
|
||||
proc runIOTests(r: var TResults, options: string) =
|
||||
# We need readall_echo to be compiled for this test to run.
|
||||
compileSingleTest(r, "tests/system/helpers/readall_echo", options)
|
||||
# dummy compile result:
|
||||
var c = initResults()
|
||||
compileSingleTest(c, "tests/system/helpers/readall_echo", options)
|
||||
runSingleTest(r, "tests/system/io", options)
|
||||
|
||||
# ------------------------- register special tests here -----------------------
|
||||
|
||||
Reference in New Issue
Block a user