diff options
author | Soni L <EnderMoneyMod@gmail.com> | 2023-09-19 20:30:36 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 16:30:36 -0700 |
commit | dddc03d3bc4df2bca26a880e8f078f84ea3d2454 (patch) | |
tree | 372ff1087b535c52b122941983a584b47241fae4 /test/run-tests.py | |
parent | 3b108c1d1dc2d633b5d5842321e9c5b2bdcea413 (diff) | |
download | wabt-dddc03d3bc4df2bca26a880e8f078f84ea3d2454.tar.gz wabt-dddc03d3bc4df2bca26a880e8f078f84ea3d2454.tar.bz2 wabt-dddc03d3bc4df2bca26a880e8f078f84ea3d2454.zip |
Rename wasm-opcodecnt to wasm-stats (#2298)
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': [ |