Skip to content

Commit

Permalink
simple-tests/omit_test: fix Coq sources for 8.19
Browse files Browse the repository at this point in the history
8.19 does not tolerate Proof using after let. Until now this problem
was hidden by the two expected fails.
  • Loading branch information
hendriktews committed Jan 22, 2024
1 parent 311a6b7 commit 0d5ae06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/simple-tests/omit_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Qed.
Section let_test.

Let never_omit_let : 1 + 1 = 2.
Proof using.
Proof.
(* automatic test marker 7 *)
auto.
Qed.
Expand Down

0 comments on commit 0d5ae06

Please sign in to comment.