Skip to content

Commit cd55016

Browse files
committed
[test] Cleanup
1 parent 5d354ce commit cd55016

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/stdlib/StringIndex.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,12 +1015,6 @@ suite.test("UTF-16 breadcrumbs") {
10151015
let indices = Array(string.utf16.indices) + [string.utf16.endIndex]
10161016
for i in 0 ..< indices.count {
10171017
for j in 0 ..< indices.count {
1018-
// print(
1019-
// """
1020-
// i: \(i), indices[i]: \(indices[i]._description); \
1021-
// j: \(j), indices[j]: \(indices[j]._description)
1022-
// """)
1023-
10241018
let distance = string.utf16.distance(from: indices[i], to: indices[j])
10251019
expectEqual(distance, j - i,
10261020
"""

0 commit comments

Comments
 (0)