diff options
author | Sam Clegg <sbc@chromium.org> | 2018-06-28 17:42:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 17:42:15 -0700 |
commit | 11047d8791eabf77114164b3643bc5f8cd1ee298 (patch) | |
tree | 8820fbab9f5437d01118d735be74b2dece9f3d95 /check.py | |
parent | 487cee5ac474ec5971fad94ecbd85075ba5dbc92 (diff) | |
download | binaryen-11047d8791eabf77114164b3643bc5f8cd1ee298.tar.gz binaryen-11047d8791eabf77114164b3643bc5f8cd1ee298.tar.bz2 binaryen-11047d8791eabf77114164b3643bc5f8cd1ee298.zip |
Remove s2wasm (#1607)
s2wasm is no longer used my emscripten and as far as I know now
as no other users.
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -31,7 +31,6 @@ from scripts.test.shared import ( import scripts.test.asm2wasm as asm2wasm import scripts.test.lld as lld -import scripts.test.s2wasm as s2wasm import scripts.test.wasm2asm as wasm2asm if options.interpreter: @@ -632,8 +631,6 @@ def main(): run_spec_tests() run_binaryen_js_tests() - s2wasm.test_s2wasm() - s2wasm.test_linker() lld.test_wasm_emscripten_finalize() wasm2asm.test_wasm2asm() run_validator_tests() |