Skip to content

Commit 5942e6b

Browse files
authored
Merge pull request #405 from SkySkimmer/compat20
Fix test
2 parents 246e89f + 409f801 commit 5942e6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/infer.v

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ HB.mixin Record barm (A : Type) (P : foo.type) (B: Type) (T : Type) := {
1616
#[infer(P)]
1717
HB.structure Definition bar A P B := { T of barm A P B T }.
1818

19-
#[skip="8.1[0-5].*"] HB.check (bar.type_ bool nat bool).
20-
#[skip="8.1[6-9].*", fail] HB.check (bar.type_ bool nat bool).
19+
HB.check (bar.type_ bool nat bool).
2120
Print bar.phant_type.
2221
Print bar.type.
2322
Check bar.type bool nat bool.

0 commit comments

Comments
 (0)