Skip to content

Commit a92f133

Browse files
committed
Reenable the fuzzer
1 parent 8501ed6 commit a92f133

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
@@ -2524,7 +2524,7 @@ def handle(self, wasm):
25242524
TrapsNeverHappen(),
25252525
CtorEval(),
25262526
Merge(),
2527-
# Split(), # https://github.com/WebAssembly/binaryen/issues/8510
2527+
Split(),
25282528
RoundtripText(),
25292529
ClusterFuzz(),
25302530
Two(),

0 commit comments

Comments
 (0)