diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-18 16:12:37 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-18 16:12:37 -0800 |
commit | 59a81ace3c9591316cefcff0e1e4913ed8bf555b (patch) | |
tree | 34bbadef434661285471d7f40bed4fc784317018 | |
parent | 565d3bb3d5f8d6ade54a18c30b4f2a27facc8e99 (diff) |
enable other.test_link_s in fastcomp
-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" { |