aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-05-23 16:05:31 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-05-23 16:05:31 -0700
commit807e419d4a73a4b7b6f60bc9e2bf770924c3442d (patch)
tree573f4c409be6f511156e156a686587898e658d2a /tests/test_core.py
parentdd0465b8ce5c9cb7801334f14f0e6b17a3e1426d (diff)
enable test_longjmp_repeat in fastcomp
Diffstat (limited to 'tests/test_core.py')
-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 c7b5e187..a4a12236 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -1166,7 +1166,6 @@ class T(RunnerCore): # Short name, to make it more fun to use manually on the co
self.do_run_from_file(src, output)
def test_longjmp_repeat(self):
- if os.environ.get('EMCC_FAST_COMPILER') == '0': Settings.MAX_SETJMPS = 1 # todo: do this more strict thing in fastcomp too
test_path = path_from_root('tests', 'core', 'test_longjmp_repeat')
src, output = (test_path + s for s in ('.in', '.out'))
self.do_run_from_file(src, output)