aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-01-14 13:55:48 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-01-14 13:55:48 -0800
commit5a592ca4511feebaf0e4c6f7c074550dcfd29748 (patch)
tree2bd4add8461d2a9fd9a894a9ad6a727df2095eaa
parentf677883fa20aa183fb9f578f6262d400193e6ec7 (diff)
tweak asm parse message
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index a9ff5575..c18b9689 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -280,7 +280,7 @@ process(sys.argv[1])
if 'Successfully compiled asm.js code' in err:
print >> sys.stderr, "[was asm.js'ified]"
else:
- print >> sys.stderr, "[failed to asm.js'ify]"
+ print >> sys.stderr, "[did NOT asm.js'ify]"
if output_nicerizer:
ret = output_nicerizer(out, err)
else: