Skip to content

Commit b57c250

Browse files
committed
Use forward compatible univ names in test for #16803
Currently the universes associated with a record get names for both the record and its projections (with all these names pointing at the same raw universe). rocq-prover/rocq#20095 will only declare the name for the record itself.
1 parent f05e12d commit b57c250

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test-suite/bugs/bug_16803.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Module Test2.
6565
exact I.
6666
Defined.
6767

68-
Fail Constraint mkrel.u0 < unZ2.u.
68+
Fail Constraint mkrel.u0 < Z2.u.
6969

7070
End Test2.
7171

@@ -92,7 +92,7 @@ Module Test3.
9292
}.
9393
Add Zify BinRel Op_eq.
9494

95-
Constraint mkrel.u0 < unZ2.u.
95+
Constraint mkrel.u0 < Z2.u.
9696

9797
Theorem lia_refl_ex : forall (a b : Z2), a = a.
9898
Proof.

0 commit comments

Comments
 (0)