diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-10-09 15:49:59 -0400 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-10-09 15:49:59 -0400 |
commit | 5090f9daeb645d2f40020e673d68d581ec04e0dc (patch) | |
tree | 9f8f9cacf5838b8dba5048fdd631aba904820963 | |
parent | 7e5d2a672c8ad58cb20fbd4d10e2729851da39be (diff) |
remove no longer needed test disabling
-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 f0c94170..576cb8c7 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -8653,7 +8653,6 @@ void*:16 def test_freetype(self): if self.emcc_args is None: return self.skip('requires emcc') if Settings.QUANTUM_SIZE == 1: return self.skip('TODO: Figure out and try to fix') - if Settings.ASM_JS and '-O2' not in self.emcc_args: return self.skip('mozilla bug 863867') assert 'asm2g' in test_modes if self.run_name == 'asm2g': |