Skip to content

Commit

Permalink
Fix bad interaction between mergin of coq#13664 and coq#14598
Browse files Browse the repository at this point in the history
We should have rerun CI before merging coq#13664, this would have avoided
missing that coq#13664 forgot to take coq#14598 into account.
  • Loading branch information
proux01 committed Sep 1, 2021
1 parent 6bd07ba commit e63ee29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-suite/output/PrintGrammarConstr.out
Expand Up @@ -45,8 +45,8 @@ and term is
| "8" LEFTA
[ ]
| "1" LEFTA
[ SELF; ".("; "@"; global; LIST0 (term LEVEL "9"); ")"
| SELF; ".("; global; LIST0 arg; ")"
[ SELF; ".("; "@"; global; univ_annot; LIST0 (term LEVEL "9"); ")"
| SELF; ".("; global; univ_annot; LIST0 arg; ")"
| SELF; "%"; IDENT ]
| "0" LEFTA
[ "["; term LEVEL "10"; "+"; "+"; "*"; LIST1 (term LEVEL "10") SEP ["+";
Expand Down

0 comments on commit e63ee29

Please sign in to comment.