Skip to content

Commit c9de470

Browse files
committed
Mark TypeFinalizing/Unfinalizing as requiring closed world, as they change the ABI
1 parent 8ccb3f6 commit c9de470

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/fuzz_opt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2484,6 +2484,8 @@ def write_commands(commands, filename):
24842484
("--abstract-type-refining",),
24852485
("--cfp",),
24862486
("--cfp-reftest",),
2487+
("--type-finalizing",),
2488+
("--type-unfinalizing",),
24872489
("--type-ssa",),
24882490
("--type-merging",),
24892491
("--unsubtyping",)}

0 commit comments

Comments
 (0)