Skip to content

Commit e2545b6

Browse files
authored
Merge pull request #382 from proux01/test_coq_master
Fix test
2 parents c4f2361 + 358fbc3 commit e2545b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1[67].*", fail] HB.check (bar.type_ bool nat bool).
20+
#[skip="8.1[6-9].*", 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)