mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
UnsafeMutablePointer.dealloc(_:) => .deallocateCapacity(_:)
This commit is contained in:
committed by
Max Moiseev
parent
1f70e25899
commit
f1dbe205a3
@@ -117,7 +117,7 @@ StringTestSuite.test("SliceConcurrentAppend") {
|
||||
expectEqual(0, ret)
|
||||
|
||||
barrierVar.destroy()
|
||||
barrierVar.dealloc(1)
|
||||
barrierVar.deallocateCapacity(1)
|
||||
}
|
||||
|
||||
runAllTests()
|
||||
|
||||
Reference in New Issue
Block a user