From f759ed3c67aaa0292d9392668ac8933b83ceacd1 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 28 Feb 2013 14:11:00 -0500 Subject: fix test_uncaught_exception --- tests/runner.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/runner.py') 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 -- cgit v1.2.3-18-g5258