diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-17 18:14:59 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-17 18:14:59 -0800 |
commit | 722a1704537f5407dfda7d3821c608c3f62287c7 (patch) | |
tree | f8819b87a2f25ffc37b9477ae357cef12d1b3c91 /tests | |
parent | 775bd44ac40f4546fb912dcdf21c7a7f6e880d25 (diff) |
support reserved function pointers in fastcomp
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 |