Skip to content

Commit

Permalink
more error logging in other.test_native_optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Nov 15, 2014
1 parent 5a3ae46 commit 0dd7995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -4420,5 +4420,6 @@ def test_native_optimizer(self):
if old_native: os.environ['EMCC_NATIVE_OPTIMIZER'] = old_native
else: del os.environ['EMCC_NATIVE_OPTIMIZER']
self.assertContained('js optimizer using native', err)
assert os.path.exists('a.out.js'), err
self.assertContained('hello, world!', run_js('a.out.js'))

0 comments on commit 0dd7995

Please sign in to comment.