diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-01-14 13:55:48 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-01-14 13:55:48 -0800 |
commit | 5a592ca4511feebaf0e4c6f7c074550dcfd29748 (patch) | |
tree | 2bd4add8461d2a9fd9a894a9ad6a727df2095eaa /tests/runner.py | |
parent | f677883fa20aa183fb9f578f6262d400193e6ec7 (diff) |
tweak asm parse message
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
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: |