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 243bf6df..ec82208d 100755
--- a/test/run-tests.py
+++ b/test/run-tests.py
@@ -49,8 +49,8 @@ TOOLS = {
'wast-desugar': {
'EXE': '%(wast-desugar)s'
},
- 'run-wasmdump': {
- 'EXE': 'test/run-wasmdump.py',
+ 'run-objdump': {
+ 'EXE': 'test/run-objdump.py',
'FLAGS': ['--bindir=%(bindir)s', '--no-error-cmdline'],
'VERBOSE-FLAGS': ['-v']
},