Skip to content

Commit 9b421c7

Browse files
committed
Testing fallout for fixing SR-1903
1 parent b34c18c commit 9b421c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/stdlib/String.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ StringTests.test("indexConversion")
11571157
) {
11581158
result, flags, stop
11591159
in
1160-
let r = result!.range(at: 1)
1160+
let r = result!.rangeAt(1)
11611161
let start = String.UTF16Index(_offset: r.location)
11621162
let end = String.UTF16Index(_offset: r.location + r.length)
11631163
matches.append(String(s.utf16[start..<end])!)

0 commit comments

Comments
 (0)