diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-10-30 09:54:23 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-10-30 09:54:23 -0700 |
commit | 5ba8486b1cd87d31f3d911cbfeb126717e0865b1 (patch) | |
tree | 51ea1ec4e8277522e4daa8b398cdcfd76cafb3a1 /tests/runner.py | |
parent | 6f9780c50e0a59e087d5afe81d259e269f89f1f8 (diff) |
fix test text
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 3e0e795f..78d85329 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -5940,7 +5940,7 @@ def process(filename): self.assertIdentical(open('release.js').read().replace('\n\n', '\n').replace('\n\n', '\n'), open('debug.js').read().replace('\n\n', '\n').replace('\n\n', '\n')) # EMCC_DEBUG=1 mode must not generate different code! print >> sys.stderr, 'debug check passed too' else: - print >> sys.stderr, 'not doing debug check because already in debug' + print >> sys.stderr, 'not doing debug check' def test_python(self): if Settings.QUANTUM_SIZE == 1: return self.skip('TODO: make this work') |