From 4fcd68852b622e59da22af02f974ea840ebc92e9 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 18 Jul 2016 12:18:03 -0700 Subject: update relooper fuzzer --- scripts/fuzz_relooper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/fuzz_relooper.py') 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 '-' -- cgit v1.2.3