Skip to content

Commit 866917e

Browse files
committed
fix: update expected test output for sorry message format change
1 parent 37741e3 commit 866917e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Test/Tactic.lean

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ example (xs : List Int) (f : Int → Int) : xs.map f = xs := by
122122
/--
123123
info: Unable to find a counter-example
124124
---
125-
warning: declaration uses 'sorry'
125+
warning: declaration uses `sorry`
126126
-/
127127
#guard_msgs in
128128
example (a : Sum Nat Nat) : a = a := by
@@ -131,7 +131,7 @@ example (a : Sum Nat Nat) : a = a := by
131131
/--
132132
warning: Gave up after failing to generate values that fulfill the preconditions 100 times.
133133
---
134-
warning: declaration uses 'sorry'
134+
warning: declaration uses `sorry`
135135
-/
136136
#guard_msgs in
137137
example (a b : Sum Nat Nat) : a ≠ a → a = b := by
@@ -142,7 +142,7 @@ open Nat in
142142
/--
143143
info: Unable to find a counter-example
144144
---
145-
warning: declaration uses 'sorry'
145+
warning: declaration uses `sorry`
146146
-/
147147
#guard_msgs in
148148
theorem testBit_pred :
@@ -164,7 +164,7 @@ theorem type_u (α : Type u) (l : List α) : l = l ++ l := by
164164
/--
165165
info: Unable to find a counter-example
166166
---
167-
warning: declaration uses 'sorry'
167+
warning: declaration uses `sorry`
168168
-/
169169
#guard_msgs in
170170
theorem true_example_with_guard (a : Nat) (ha : 4 ≤ a) : a = a := by

0 commit comments

Comments
 (0)