Skip to content

Commit 5a910f4

Browse files
committed
Fix SequencesCollections.swift.gyb
1 parent c3b597e commit 5a910f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

validation-test/StdlibUnittest/SequencesCollections.swift.gyb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
from gyb_stdlib_support import (
88
TRAVERSALS,
99
collectionForTraversal,
10-
protocolsForCollectionFeatures
10+
protocolsForCollectionFeatures,
11+
collectionTypeName
1112
)
1213

1314
}%

0 commit comments

Comments
 (0)