diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-28 14:11:00 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-28 14:11:00 -0500 |
commit | f759ed3c67aaa0292d9392668ac8933b83ceacd1 (patch) | |
tree | e770a679960a90cd9229e608b4625f507349b039 /tests/runner.py | |
parent | 46969771d06478d5204d2b3578412bab3ae6b5f3 (diff) |
fix test_uncaught_exception
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 3f020265..f71335f8 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -2511,8 +2511,6 @@ Exception execution path of first function! 1 def test_uncaught_exception(self): if Settings.ASM_JS: return self.skip('no exceptions support in asm') if self.emcc_args is None: return self.skip('no libcxx inclusion without emcc') - if '-O2' in self.emcc_args: - self.emcc_args += ['--closure', '1'] # Use closure here for some additional coverage Settings.DISABLE_EXCEPTION_CATCHING = 0 |