mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-19 02:57:10 +00:00
tester compiles under taint mode again
This commit is contained in:
@@ -341,9 +341,9 @@ proc main() =
|
||||
var p = initOptParser()
|
||||
p.next()
|
||||
if p.kind == cmdLongoption:
|
||||
case p.key
|
||||
of "print": optPrintResults = true
|
||||
else: quit usage
|
||||
case p.key.string
|
||||
of "print": optPrintResults = true
|
||||
else: quit usage
|
||||
p.next()
|
||||
if p.kind != cmdArgument: quit usage
|
||||
var action = p.key.string.normalize
|
||||
|
||||
Reference in New Issue
Block a user