mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
benchmarks: make the benchmarks compilable with the swift 4.1 compiler
This commit is contained in:
@@ -22,7 +22,6 @@ let arrayCount = 1024
|
||||
|
||||
// This test case exposes rdar://17440222 which caused rdar://17974483 (popFront
|
||||
// being really slow).
|
||||
@usableFromInline
|
||||
protocol MyArrayBufferProtocol : MutableCollection, RandomAccessCollection {
|
||||
mutating func myReplace<C>(
|
||||
_ subRange: Range<Int>,
|
||||
|
||||
Reference in New Issue
Block a user