We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa57cd commit 04ce0abCopy full SHA for 04ce0ab
stdlib/private/StdlibCollectionUnittest/CheckMutableCollectionType.swift
@@ -651,7 +651,7 @@ self.test("\(testNamePrefix).sorted/DispatchesThroughDirectStorageAccessors/Pred
651
let actualWCMSIA = lc.log.withContiguousMutableStorageIfAvailable[type(of: lc)]
652
653
let actualWUMBPIFNonNil = lc.log._withUnsafeMutableBufferPointerIfSupportedNonNilReturns[type(of: lc)]
654
- let actualWUMBPIFNonNil = lc.log.withContiguousMutableStorageIfAvailableNonNilReturns[type(of: lc)]
+ let actualWCMSIAIFNonNil = lc.log.withContiguousMutableStorageIfAvailableNonNilReturns[type(of: lc)]
655
656
// This sort operation is not in-place.
657
// The collection is copied into an array before sorting.
0 commit comments