Skip to content

Commit 299d254

Browse files
committed
lint
1 parent fcbcfe8 commit 299d254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/fuzz_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2157,7 +2157,7 @@ def do_handle_pair(self, input, before_wasm, after_wasm, opts):
21572157

21582158
# Modify the initial wat to get the pre-optimizations wasm.
21592159
pre_wasm = abspath('pre.wasm')
2160-
processed = run([in_bin('wasm-opt'), input] + FEATURE_OPTS + [
2160+
run([in_bin('wasm-opt'), input] + FEATURE_OPTS + [
21612161
'-ttf',
21622162
'--fuzz-preserve-imports-exports',
21632163
'--initial-fuzz=' + wat_file,

0 commit comments

Comments
 (0)