Skip to content

Commit a81701f

Browse files
committed
chore: fix test
1 parent 7856fdf commit a81701f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lean/run/grind_finish_trace.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ example {α : Type} (op : α → α → α) [Std.Associative op] [Std.Commutativ
4545
/--
4646
info: Try this:
4747
[apply]
48-
instantiate only [= Array.getElem_set, = Array.size_set]
48+
instantiate only [= Array.getElem_set]
4949
instantiate only [= Array.getElem_set]
5050
-/
5151
#guard_msgs in

0 commit comments

Comments
 (0)