make NimInAction tests green

This commit is contained in:
Araq
2018-08-13 20:12:00 +02:00
parent 420ed0596b
commit 99384c0234

View File

@@ -256,6 +256,8 @@ proc jsTests(r: var TResults, cat: Category, options: string) =
# ------------------------- nim in action -----------
proc testNimInAction(r: var TResults, cat: Category, options: string) =
let options = options & " --nilseqs:on"
template test(filename: untyped, action: untyped) =
testSpec r, makeTest(filename, options, cat, action)