diff options
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index fd9f7842..3c8f2d16 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -2486,7 +2486,6 @@ Exception execution path of first function! 1 ''') def test_exceptions(self): - if Settings.ASM_JS: return self.skip('no exceptions support in asm') if Settings.QUANTUM_SIZE == 1: return self.skip("we don't support libcxx in q1") if self.emcc_args is None: return self.skip('need emcc to add in libcxx properly') |