Skip to content

Commit ff4d282

Browse files
committed
ExistentialCollection.swift.gyb: make test names unique
1 parent 1e676d0 commit ff4d282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validation-test/stdlib/ExistentialCollection.swift.gyb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ tests.test("AnySequence.init(() -> Generator)") {
135135
% MinimalBase = 'Minimal' + collectionForTraversal(Traversal)
136136
% end
137137

138-
tests.test("${TestedType}: dispatch to wrapped") {
138+
tests.test("${TestedType}: dispatch to wrapped, SequenceLog") {
139139
typealias Base = ${LoggingWrapper}<${MinimalBase}<OpaqueValue<Int>>>
140140
typealias Log = SequenceLog
141141
let base = Base(wrapping:
@@ -206,7 +206,7 @@ tests.test("${TestedType}: dispatch to wrapped") {
206206
}
207207

208208
% if Traversal != 'Sequence':
209-
tests.test("${TestedType}: dispatch to wrapped") {
209+
tests.test("${TestedType}: dispatch to wrapped, CollectionLog") {
210210
typealias Base = ${LoggingWrapper}<${MinimalBase}<OpaqueValue<Int>>>
211211
typealias Log = CollectionLog
212212
let base = Base(wrapping:

0 commit comments

Comments
 (0)