diff options
Diffstat (limited to 'tests/test_core.py')
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index ce7cd90d..3ce118df 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -2536,8 +2536,6 @@ The current type of b is: 9 self.do_run_from_file(src, output) def test_intentional_fault(self): - if os.environ.get('EMCC_FAST_COMPILER') == '1' and self.run_name == 'default': return self.skip('todo in fastcomp in default') - # Some programs intentionally segfault themselves, we should compile that into a throw src = r''' int main () { |