mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
bugfix: tester does not hang anymore
This commit is contained in:
@@ -202,7 +202,7 @@ proc compileSpecialTests(r: var TResults, options: string) =
|
||||
compileDLLTests(r, options)
|
||||
compileDebuggerTests(r, options)
|
||||
|
||||
var given = callCompiler("nimrod i", "nimrod i", options)
|
||||
r.addResult("nimrod i", given.msg, if given.err: reFailure else: reSuccess)
|
||||
if not given.err: inc(r.passed)
|
||||
#var given = callCompiler("nimrod i", "nimrod i", options)
|
||||
#r.addResult("nimrod i", given.msg, if given.err: reFailure else: reSuccess)
|
||||
#if not given.err: inc(r.passed)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user