diff options
Diffstat (limited to 'scripts/fuzz_passes.py')
-rwxr-xr-x[-rw-r--r--] | scripts/fuzz_passes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fuzz_passes.py b/scripts/fuzz_passes.py index 960d584f0..42a083b11 100644..100755 --- a/scripts/fuzz_passes.py +++ b/scripts/fuzz_passes.py @@ -105,7 +105,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' |