diff options
-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: |