summaryrefslogtreecommitdiff
path: root/test/run-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-tests.py')
-rwxr-xr-xtest/run-tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run-tests.py b/test/run-tests.py
index 5c5202d1..0bd241ea 100755
--- a/test/run-tests.py
+++ b/test/run-tests.py
@@ -133,9 +133,9 @@ TOOLS = {
('RUN', '%(wasm-decompile)s %(temp_file)s.wasm'),
('VERBOSE-ARGS', ['--print-cmd', '-v']),
],
- 'run-opcodecnt': [
+ 'run-stats': [
('RUN', '%(wat2wasm)s %(in_file)s -o %(temp_file)s.wasm'),
- ('RUN', '%(wasm-opcodecnt)s %(temp_file)s.wasm'),
+ ('RUN', '%(wasm-stats)s %(temp_file)s.wasm'),
('VERBOSE-ARGS', ['--print-cmd', '-v']),
],
'run-gen-spec-js': [