summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorSergey Avseyev <sergey.avseyev@gmail.com>2018-09-29 21:00:50 +0300
committerSergey Avseyev <sergey.avseyev@gmail.com>2018-09-29 23:26:06 +0300
commit756f50d0a3497fc9abcc9c8ea86f0134be15217e (patch)
tree7696ec4ef60182b9f179fc76b4d5db782cde5023 /tests
parent57d0ff385c7ed7bee98b7a14785d2ce7e660c3b8 (diff)
downloadNim-756f50d0a3497fc9abcc9c8ea86f0134be15217e.tar.gz
Fix ioTests category after rename
Broken in e39f2a9283fc63f529d74acb0d50b0035d513e79
Diffstat (limited to 'tests')
-rw-r--r--tests/testament/categories.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim
index 2c55bd0bd..59ce70315 100644
--- a/tests/testament/categories.nim
+++ b/tests/testament/categories.nim
@@ -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) =