aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-02-28 14:05:01 -0500
committerAlon Zakai <alonzakai@gmail.com>2013-02-28 14:05:01 -0500
commit85dd57e4960a9b18ed29c60c28a22756d55547a4 (patch)
treefb1af7f64e8beffef31631e3f6fc2e36eb82612b /tests
parent19c75ecd8cf0b4684f0eafea2b6516db6c713c2e (diff)
fix test_exceptions
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index d2b58542..48e56c73 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2472,6 +2472,7 @@ Exception execution path of first function! 1
'''
Settings.DISABLE_EXCEPTION_CATCHING = 0
+ self.emcc_args.pop() ; self.emcc_args.pop() # disable closure to work around a closure bug
self.do_run(src, 'Throw...Construct...Catched...Destruct...Throw...Construct...Copy...Catched...Destruct...Destruct...')
def test_white_list_exception(self):