diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-17 19:22:49 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-17 19:22:49 -0800 |
commit | 0d037f75734b965b3e60c77f485a81b5b9616202 (patch) | |
tree | fece384d8741f551e109fc694aecd2f00bd25074 | |
parent | 722a1704537f5407dfda7d3821c608c3f62287c7 (diff) |
enable test_scriptaclass in fastcomp
-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 c3361bcb..257e9301 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5583,7 +5583,6 @@ def process(filename): def test_scriptaclass(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.EXPORT_BINDINGS = 1 |