diff options
-rw-r--r-- | tests/test_core.py | 1 |
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) |