aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index 458e04fb..6c483069 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -1208,7 +1208,7 @@ class T(RunnerCore): # Short name, to make it more fun to use manually on the co
Settings.EXCEPTION_DEBUG = 1
Settings.DISABLE_EXCEPTION_CATCHING = 0
- if '-O2' in self.emcc_args:
+ if '-O2' in self.emcc_args and self.run_name != 'asm2f': # XXX closure problem with asm2f
self.emcc_args += ['--closure', '1'] # Use closure here for some additional coverage
src = '''