diff options
-rw-r--r-- | tests/test_other.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index 703680ba..b4abf275 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -1934,8 +1934,6 @@ seeked= file. assert output == invalid def test_link_s(self): - if os.environ.get('EMCC_FAST_COMPILER') == '1': return self.skip('todo safe heap in fastcomp') - # -s OPT=VALUE can conflict with -s as a linker option. We warn and ignore open(os.path.join(self.get_dir(), 'main.cpp'), 'w').write(r''' extern "C" { |