Skip to content

Commit

Permalink
Hopeful compatibility with coq/coq#19599 (#237)
Browse files Browse the repository at this point in the history
Blindly edit for compat with coq/coq#19599 (comment)
  • Loading branch information
JasonGross authored Oct 24, 2024
1 parent 956e01a commit 008b756
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/run-example-027.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,18 @@ EXPECTED=$(cat <<EOF
(\* -\*- mode: coq; coq-prog-args: ([^)]*) -\*- \*)
(\* File reduced by coq-bug-minimizer from original input, then from [0-9]\+ lines to [0-9]\+ lines, then from [0-9]\+ lines to [0-9]\+ lines, then from [0-9]\+ lines to [0-9]\+ lines, then from [0-9]\+ lines to [0-9]\+ lines \*)
(\* coqc version [^\*]*\*)
Module Export Foo_DOT_A_WRAPPED\.
\(Module Export Foo_DOT_A_WRAPPED\.\|Module Export Foo\.\)
Module Export A\.
Definition foo : Type\.
Admitted\.
\?
End A\.
Module Export Foo\.
\(Module Export Foo\.
Module A\.
Include Foo_DOT_A_WRAPPED\.A\.
End A\.
Check Foo\.A\.foo : Set\.
\)\?
\?Check Foo\.A\.foo : Set\.
EOF
)
Expand Down

0 comments on commit 008b756

Please sign in to comment.