summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/check.py b/check.py
index f5e8b104a..907c14b16 100755
--- a/check.py
+++ b/check.py
@@ -31,7 +31,7 @@ from scripts.test.shared import (
import scripts.test.asm2wasm as asm2wasm
import scripts.test.lld as lld
-import scripts.test.wasm2asm as wasm2asm
+import scripts.test.wasm2js as wasm2js
if options.interpreter:
print '[ using wasm interpreter at "%s" ]' % options.interpreter
@@ -648,7 +648,7 @@ def main():
run_spec_tests()
run_binaryen_js_tests()
lld.test_wasm_emscripten_finalize()
- wasm2asm.test_wasm2asm()
+ wasm2js.test_wasm2js()
run_validator_tests()
if has_vanilla_emcc and has_vanilla_llvm and 0:
run_vanilla_tests()