Skip to content

Commit fcbcfe8

Browse files
committed
oops
1 parent 83b302a commit fcbcfe8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/fuzz_opt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,6 +2122,7 @@ def handle_pair(self, input, before_wasm, after_wasm, opts):
21222122
# pre wasm file, the one we began with, as `before_wasm`, so
21232123
# that the reducer will make us proceed exactly from there.
21242124
shutil.copyfile(self.pre_wasm, before_wasm)
2125+
raise e
21252126

21262127
def do_handle_pair(self, input, before_wasm, after_wasm, opts):
21272128
# Some of the time use a custom input. The normal inputs the fuzzer

0 commit comments

Comments
 (0)