File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ tests.test("AnySequence.init(() -> Generator)") {
135
135
% MinimalBase = 'Minimal' + collectionForTraversal( Traversal)
136
136
% end
137
137
138
- tests. test ( " ${TestedType}: dispatch to wrapped " ) {
138
+ tests. test ( " ${TestedType}: dispatch to wrapped, SequenceLog " ) {
139
139
typealias Base = ${ LoggingWrapper} < ${ MinimalBase} < OpaqueValue< Int>>>
140
140
typealias Log = SequenceLog
141
141
let base = Base ( wrapping:
@@ -206,7 +206,7 @@ tests.test("${TestedType}: dispatch to wrapped") {
206
206
}
207
207
208
208
% if Traversal != 'Sequence':
209
- tests. test( " ${TestedType}: dispatch to wrapped " ) {
209
+ tests. test( " ${TestedType}: dispatch to wrapped, CollectionLog " ) {
210
210
typealias Base = ${ LoggingWrapper} < ${ MinimalBase} < OpaqueValue< Int>>>
211
211
typealias Log = CollectionLog
212
212
let base = Base ( wrapping:
You can’t perform that action at this time.
0 commit comments