diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-07-20 21:31:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-20 21:31:46 -0700 |
commit | 12abb63203788cba23f5c65a971a2af922e05bfc (patch) | |
tree | 47160f540810e408ccd74ae8e4b422afaf59e0fb /scripts/fuzz_relooper.py | |
parent | 5e9058c9b108298406da7474c524e8d452431710 (diff) | |
parent | fa60ade30e03c6a13bbce26ff81c03ed1ae4da0b (diff) | |
download | binaryen-12abb63203788cba23f5c65a971a2af922e05bfc.tar.gz binaryen-12abb63203788cba23f5c65a971a2af922e05bfc.tar.bz2 binaryen-12abb63203788cba23f5c65a971a2af922e05bfc.zip |
Merge pull request #648 from WebAssembly/relooper-opts
Relooper improvements
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 '-' |