mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Rename ConstUnsafePointer=>UnsafePointer
Swift SVN r20318
This commit is contained in:
@@ -154,7 +154,7 @@ NSStringAPIs.test("stringWithUTF8String(_:)") {
|
||||
up[i] = b
|
||||
i++
|
||||
}
|
||||
expectOptionalEqual(s, String.stringWithUTF8String(ConstUnsafePointer(up)))
|
||||
expectOptionalEqual(s, String.stringWithUTF8String(UnsafePointer(up)))
|
||||
up.dealloc(100)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user