mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Update SequenceType.swift.gyb
This commit is contained in:
@@ -308,7 +308,7 @@ SequenceTypeTests.test("enumerated()/BidirectionalCollection") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for test in enumerateTests {
|
for test in enumerateTests {
|
||||||
let s = MinimalBidirectionalCollection<OpaqueValue<Int>>(
|
let s = MinimalBidirectionalRandomAccessCollection<OpaqueValue<Int>>(
|
||||||
elements: test.sequence.map(OpaqueValue.init))
|
elements: test.sequence.map(OpaqueValue.init))
|
||||||
var result = s.enumerated()
|
var result = s.enumerated()
|
||||||
expectType(
|
expectType(
|
||||||
|
|||||||
Reference in New Issue
Block a user