mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix test by adjusting spacing around range operator.
Swift SVN r26544
This commit is contained in:
@@ -981,7 +981,7 @@ StringTests.test("unicodeViews") {
|
||||
expectEqual(
|
||||
"\u{FFFD}", toString(
|
||||
winter.utf8[
|
||||
winter.utf8.startIndex..< winter.utf8.startIndex.successor().successor()
|
||||
winter.utf8.startIndex..<winter.utf8.startIndex.successor().successor()
|
||||
]))
|
||||
|
||||
expectEqual(
|
||||
|
||||
Reference in New Issue
Block a user