Try to fix unittest for JS backend, still not working

This commit is contained in:
def
2015-02-04 21:44:25 +01:00
parent 0b4557b2ce
commit 416456cefe

View File

@@ -39,6 +39,7 @@ when declared(stdout):
when not defined(ECMAScript):
import terminal
system.addQuitProc(resetAttributes)
type
TestStatus* = enum OK, FAILED
@@ -234,5 +235,3 @@ if envOutLvl.len > 0:
if $opt == envOutLvl:
outputLevel = opt
break
system.addQuitProc(resetAttributes)