diff options
Diffstat (limited to 'test/run-tests.py')
-rwxr-xr-x | test/run-tests.py | 4 |
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': [ |