UnsafeMutablePointer.dealloc(_:) => .deallocateCapacity(_:)

This commit is contained in:
Dmitri Gribenko
2015-11-05 15:19:46 -08:00
committed by Max Moiseev
parent 1f70e25899
commit f1dbe205a3
16 changed files with 24 additions and 24 deletions

View File

@@ -117,7 +117,7 @@ StringTestSuite.test("SliceConcurrentAppend") {
expectEqual(0, ret)
barrierVar.destroy()
barrierVar.dealloc(1)
barrierVar.deallocateCapacity(1)
}
runAllTests()