diff options
Diffstat (limited to 'tests')
-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 949afd1b..c3361bcb 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5492,7 +5492,6 @@ def process(filename): def test_add_function(self): if self.emcc_args is None: return self.skip('requires emcc') - if os.environ.get('EMCC_FAST_COMPILER') == '1': return self.skip('todo in fastcomp') Settings.INVOKE_RUN = 0 Settings.RESERVED_FUNCTION_POINTERS = 1 |