summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2018-06-28 17:42:15 -0700
committerGitHub <noreply@github.com>2018-06-28 17:42:15 -0700
commit11047d8791eabf77114164b3643bc5f8cd1ee298 (patch)
tree8820fbab9f5437d01118d735be74b2dece9f3d95 /check.py
parent487cee5ac474ec5971fad94ecbd85075ba5dbc92 (diff)
downloadbinaryen-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-xcheck.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/check.py b/check.py
index 0be49e69b..8adc926b6 100755
--- a/check.py
+++ b/check.py
@@ -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()