Skip to content

Commit 608a17c

Browse files
committed
update patmat check files after message change
1 parent daa5b84 commit 608a17c

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

tests/patmat/3144.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2: Unchecked Type Pattern
2-
7: Unchecked Type Pattern
1+
2: Pattern Match Exhaustivity
2+
7: Pattern Match Exhaustivity

tests/patmat/3144b.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
4: Unchecked Type Pattern
2-
10: Unchecked Type Pattern
1+
4: Pattern Match Exhaustivity
2+
10: Pattern Match Exhaustivity

tests/patmat/enum-HList.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2: Unchecked Type Pattern
1+
2: Pattern Match Exhaustivity

tests/patmat/enum-Tree.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8: Unchecked Type Pattern
1+
8: Pattern Match Exhaustivity

tests/patmat/t3683.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7: Unchecked Type Pattern
1+
7: Pattern Match Exhaustivity

tests/patmat/t3683a.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
8: Unchecked Type Pattern
1+
8: Pattern Match Exhaustivity
22
14: Pattern Match Exhaustivity: XX()

0 commit comments

Comments
 (0)