mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove overloads that were needed pre-conditional conformance
This commit is contained in:
@@ -18,7 +18,7 @@ UTF8Decoder.test("Internal/_decodeOne") {
|
||||
i += 1
|
||||
}
|
||||
let (codePoint, _) = UTF8._decodeOne(data)
|
||||
expectOptionalEqual(scalar.value, codePoint, "data=\(asHex(data))")
|
||||
expectEqual(scalar.value, codePoint, "data=\(asHex(data))")
|
||||
}
|
||||
|
||||
for i in 0..<0xd800 { ensureValid(UnicodeScalar(i)!) }
|
||||
|
||||
Reference in New Issue
Block a user