diff options
Diffstat (limited to 'scripts/fuzz_passes_wast.py')
-rwxr-xr-x[-rw-r--r--] | scripts/fuzz_passes_wast.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fuzz_passes_wast.py b/scripts/fuzz_passes_wast.py index 522c1be05..2f2022dd9 100644..100755 --- a/scripts/fuzz_passes_wast.py +++ b/scripts/fuzz_passes_wast.py @@ -96,7 +96,7 @@ try: try: apply_passes(smaller) assert run() == normal - except: + except Exception: # this failed too, so it's a good reduction passes = smaller print '>>> reduction successful' |