Skip to content

Commit 6e59595

Browse files
committed
fix string_slice test
1 parent df68bd4 commit 6e59595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lean/run/string_slice.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Tests for `String.Slice` functions
222222
section
223223
open String.Slice.Pattern
224224

225-
instance [Monad n]{s : String.Slice} : Std.Iterators.IteratorCollect (ForwardSliceSearcher s) Id n :=
225+
instance [Monad n] {s : String.Slice} : Std.IteratorCollect (ForwardSliceSearcher s) Id n :=
226226
.defaultImplementation
227227

228228
#guard (ToForwardSearcher.toSearcher "" "".toSlice).toList == [.matched "".toSlice.startPos "".toSlice.startPos]

0 commit comments

Comments
 (0)