Skip to content

Commit 04ce0ab

Browse files
Update stdlib/private/StdlibCollectionUnittest/CheckMutableCollectionType.swift
Co-authored-by: Nate Cook <[email protected]>
1 parent 9aa57cd commit 04ce0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/private/StdlibCollectionUnittest/CheckMutableCollectionType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ self.test("\(testNamePrefix).sorted/DispatchesThroughDirectStorageAccessors/Pred
651651
let actualWCMSIA = lc.log.withContiguousMutableStorageIfAvailable[type(of: lc)]
652652

653653
let actualWUMBPIFNonNil = lc.log._withUnsafeMutableBufferPointerIfSupportedNonNilReturns[type(of: lc)]
654-
let actualWUMBPIFNonNil = lc.log.withContiguousMutableStorageIfAvailableNonNilReturns[type(of: lc)]
654+
let actualWCMSIAIFNonNil = lc.log.withContiguousMutableStorageIfAvailableNonNilReturns[type(of: lc)]
655655

656656
// This sort operation is not in-place.
657657
// The collection is copied into an array before sorting.

0 commit comments

Comments
 (0)