Skip to content

Commit 138fb8e

Browse files
committed
Fix expected type test for Slice
1 parent e74424a commit 138fb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/stdlib/Slice.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ SliceTests.test("${Slice}/AssociatedTypes") {
6262
subSequenceType: CollectionSlice.self,
6363
indexType: MinimalIndex.self,
6464
indexDistanceType: Int.self,
65-
indicesType: ${defaultIndicesForTraversal(Traversal)}<CollectionSlice>.self)
65+
indicesType: Collection.Indices.self)
6666
}
6767

6868
func checkStaticTypealiases1<Base : Collection>(_: Base) {

0 commit comments

Comments
 (0)