Fix ioTests category after rename

Broken in e39f2a9283
This commit is contained in:
Sergey Avseyev
2018-09-29 21:00:50 +03:00
parent 57d0ff385c
commit 756f50d0a3

View File

@@ -218,7 +218,7 @@ proc ioTests(r: var TResults, cat: Category, options: string) =
# dummy compile result:
var c = initResults()
testSpec c, makeTest("tests/system/helpers/readall_echo", options, cat)
testSpec r, makeTest("tests/system/io", options, cat)
testSpec r, makeTest("tests/system/tio", options, cat)
# ------------------------- async tests ---------------------------------------
proc asyncTests(r: var TResults, cat: Category, options: string) =