Skip to content

Commit 886a7fe

Browse files
authored
Also try without_require=True, insert_at_top=True (#293)
1 parent 1f2beac commit 886a7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coq_tools/find_bug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2719,7 +2719,7 @@ def get_test_output(
27192719
for admit_tactic_wrapper_action in (ADD_ADMIT_TACTIC_WRAPPER, "", STRIP_ADMIT_TACTIC_WRAPPER)
27202720
for absolutize_mods in (False, True)
27212721
for first_wrap_then_include in ((True, False) if kwargs["prefer_inline_via_include"] else (False, True))
2722-
for without_require, insert_at_top in ((True, False), (False, True), (False, False))
2722+
for without_require, insert_at_top in ((True, False), (False, True), (False, False), (True, True))
27232723
for extra_top_header in (None, "Import Coq.Init.Prelude.")
27242724
for include_options_settings in (False, True)
27252725
]

0 commit comments

Comments
 (0)