aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-01-10 18:15:18 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-01-10 18:15:38 -0800
commite9ce1f707774c816e4a2697910fdaa478e7f9dfd (patch)
treee0346943e7b7a319cb83d9841ced605b04b2bd1c
parent42d72b79a14dc5055fe7025877484a17295fcb60 (diff)
enable first exceptions test for fastcomp
-rw-r--r--tests/test_core.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index 2157eeb0..df08b217 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -1300,7 +1300,6 @@ class T(RunnerCore): # Short name, to make it more fun to use manually on the co
def test_uncaught_exception(self):
if self.emcc_args is None: return self.skip('no libcxx inclusion without emcc')
- if os.environ.get('EMCC_FAST_COMPILER') == '1': return self.skip('todo in fastcomp')
Settings.DISABLE_EXCEPTION_CATCHING = 0