Skip to content

Commit 5223f60

Browse files
committed
Update tests
1 parent 1b67eb8 commit 5223f60

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
matchErrorMsg.lean:2:1-2:6: error: Missing cases:
2-
(Prod.mk Nat.zero _)
2+
(Prod.mk Nat.zero (Nat.succ _))

tests/lean/matchUnknownFVarBug.lean.expected.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
matchUnknownFVarBug.lean:2:2-2:7: error: Missing cases:
2+
(some (Nat.succ _)), (some _)
3+
(some (Nat.succ _)), none
24
none, (some _)
35
none, none
4-
(some _), (some _)
5-
(some _), none
66
matchUnknownFVarBug.lean:3:18-3:19: error: unsolved goals
77
n? x✝ : Option Nat
88
h : n? = some 0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
patvar.lean:3:0-3:22: error: Missing cases:
2-
_
2+
(List.cons _ _)
33
patvar.lean:10:0-10:16: error: Missing cases:
4-
_
4+
(List.cons _ _)
55
patvar.lean:14:2-14:9: error: Invalid pattern variable: Variable name must be atomic, but `foo.bar` has multiple components
66
patvar.lean:17:2-17:9: error: Invalid pattern variable: Variable name must be atomic, but `foo.bar` has multiple components

0 commit comments

Comments
 (0)