mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "[stdlib] NSStringAPI: add stringByApplyingTransform"
Right now this is breaking our iOS bots. Let's temporarily revert while we investigate. Swift SVN r28201
This commit is contained in:
@@ -1878,16 +1878,6 @@ NSStringAPIs.test("copy construction") {
|
||||
expectEqual(expected, y as String)
|
||||
}
|
||||
|
||||
NSStringAPIs.test("stringByApplyingTransform(_:reverse:)") {
|
||||
let veryKewl = "tre\u{300}s k\u{fc}hl"
|
||||
if #available(OSX 10.11, iOS 9.0, *) {
|
||||
expectEqual(
|
||||
"tres kuhl",
|
||||
veryKewl.stringByApplyingTransform(
|
||||
NSStringTransformStripDiacritics, reverse: false))
|
||||
}
|
||||
}
|
||||
|
||||
var CStringTests = TestSuite("CStringTests")
|
||||
|
||||
func getNullCString() -> UnsafeMutablePointer<CChar> {
|
||||
|
||||
Reference in New Issue
Block a user