diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-15 17:02:28 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-15 17:02:28 -0800 |
commit | 7dc8c2ff08e46c9d9a88ba44bf221a404eeb1e5e (patch) | |
tree | ee94040d7f16cb8255470ea04f792da08a076baa | |
parent | c42b937808924f6b922b29d2e0fd1fe1d1b0411c (diff) |
undo unnecessary test disabling
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 6c483069..458e04fb 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 and self.run_name != 'asm2f': # XXX closure problem with asm2f + if '-O2' in self.emcc_args: self.emcc_args += ['--closure', '1'] # Use closure here for some additional coverage src = ''' |