File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -137,13 +137,13 @@ func flood2<T>(_ x: T) {
137
137
@inline ( never)
138
138
public func run_TypeFlood( _ N: Int ) {
139
139
for _ in 1 ... N {
140
- flood3 ( Some1 < Some1 < Some1 < Int > > > ( ) )
141
- flood3 ( Some1 < Some1 < Some0 < Int > > > ( ) )
142
- flood3 ( Some1 < Some0 < Some1 < Int > > > ( ) )
143
- flood3 ( Some1 < Some0 < Some0 < Int > > > ( ) )
144
- flood3 ( Some0 < Some1 < Some1 < Int > > > ( ) )
145
- flood3 ( Some0 < Some1 < Some0 < Int > > > ( ) )
146
- flood3 ( Some0 < Some0 < Some1 < Int > > > ( ) )
147
- flood3 ( Some0 < Some0 < Some0 < Int > > > ( ) )
140
+ flood2 ( Some1 < Some1 < Some1 < Int > > > ( ) )
141
+ flood2 ( Some1 < Some1 < Some0 < Int > > > ( ) )
142
+ flood2 ( Some1 < Some0 < Some1 < Int > > > ( ) )
143
+ flood2 ( Some1 < Some0 < Some0 < Int > > > ( ) )
144
+ flood2 ( Some0 < Some1 < Some1 < Int > > > ( ) )
145
+ flood2 ( Some0 < Some1 < Some0 < Int > > > ( ) )
146
+ flood2 ( Some0 < Some0 < Some1 < Int > > > ( ) )
147
+ flood2 ( Some0 < Some0 < Some0 < Int > > > ( ) )
148
148
}
149
149
}
You can’t perform that action at this time.
0 commit comments