summaryrefslogtreecommitdiff
path: root/scripts/fuzz_relooper.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fuzz_relooper.py')
-rw-r--r--scripts/fuzz_relooper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fuzz_relooper.py b/scripts/fuzz_relooper.py
index b8602ab81..53a16c8bd 100644
--- a/scripts/fuzz_relooper.py
+++ b/scripts/fuzz_relooper.py
@@ -308,7 +308,7 @@ int main() {
print '^'
subprocess.check_call(['./fuzz'], stdout=open('fuzz.wast', 'w'))
print '*'
- fast_out = subprocess.Popen(['bin/binaryen-shell', 'fuzz.wast'],
+ fast_out = subprocess.Popen(['bin/wasm-shell', 'fuzz.wast'],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE).communicate()[0]
print '-'