diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-07-18 12:18:03 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-07-18 12:18:03 -0700 |
commit | 4fcd68852b622e59da22af02f974ea840ebc92e9 (patch) | |
tree | 4833ab5d42057e675e02220bcd7e207bff1f4a1f /scripts/fuzz_relooper.py | |
parent | 9f0c103be14144488c9bc64823d63e2c398eaa6e (diff) | |
download | binaryen-4fcd68852b622e59da22af02f974ea840ebc92e9.tar.gz binaryen-4fcd68852b622e59da22af02f974ea840ebc92e9.tar.bz2 binaryen-4fcd68852b622e59da22af02f974ea840ebc92e9.zip |
update relooper fuzzer
Diffstat (limited to 'scripts/fuzz_relooper.py')
-rw-r--r-- | scripts/fuzz_relooper.py | 2 |
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 '-' |