Skip to content

Commit b85992e

Browse files
committed
fix typo from the previous commit that led to validation test failures.
1 parent 685b4ed commit b85992e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/private/StdlibUnittest/StdlibUnittest.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@ public func checkSliceableWithBidirectionalIndex<
21732173
}
21742174
}
21752175
if start != sliceable.endIndex {
2176-
end = end.successor()
2176+
start = start.successor()
21772177
}
21782178
}
21792179
}

0 commit comments

Comments
 (0)