Skip to content

Commit 489c11d

Browse files
committed
fix tests for 8.17
1 parent b2b8e80 commit 489c11d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/compress_coe.v.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Datatypes_prod__canonical__compress_coe_D =
1+
Datatypes_prod__canonical__compress_coe_D =
22
fun D D' : D.type =>
33
{|
44
D.sort := D.sort D * D.sort D';

tests/hnf.v.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Datatypes_nat__canonical__hnf_S =
1+
Datatypes_nat__canonical__hnf_S =
22
{| S.sort := nat; S.class := {| S.hnf_M_mixin := HB_unnamed_mixin_12 |} |}
33
: S.type
4-
HB_unnamed_mixin_12 =
4+
HB_unnamed_mixin_12 =
55
{| M.x := f.y nat HB_unnamed_factory_10 + 1 |}
66
: M.axioms_ nat
7-
Datatypes_bool__canonical__hnf_S =
7+
Datatypes_bool__canonical__hnf_S =
88
{| S.sort := bool; S.class := {| S.hnf_M_mixin := HB_unnamed_mixin_16 |} |}
99
: S.type
10-
HB_unnamed_mixin_16 =
10+
HB_unnamed_mixin_16 =
1111
Builders_6.HB_unnamed_factory_8 bool HB_unnamed_factory_13
1212
: M.axioms_ bool

tests/infer.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ HB.mixin Record barm (A : Type) (P : foo.type) (B: Type) (T : Type) := {
1717
HB.structure Definition bar A P B := { T of barm A P B T }.
1818

1919
#[skip="8.1[0-5].*"] HB.check (bar.type_ bool nat bool).
20-
#[skip="8.16.*", fail] HB.check (bar.type_ bool nat bool).
20+
#[skip="8.1[67].*", fail] HB.check (bar.type_ bool nat bool).
2121
Print bar.phant_type.
2222
Print bar.type.
2323
Check bar.type bool nat bool.

0 commit comments

Comments
 (0)