File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -3396,13 +3396,6 @@ mod tests {
3396
3396
} ,
3397
3397
output: lit( 1 ) ,
3398
3398
} ,
3399
- TestCase {
3400
- input: MirScalarExpr :: CallVariadic {
3401
- func: VariadicFunc :: Coalesce ,
3402
- exprs: vec![ col( 0 ) , err( EvalError :: DivisionByZero ) ] ,
3403
- } ,
3404
- output: err( EvalError :: DivisionByZero ) ,
3405
- } ,
3406
3399
TestCase {
3407
3400
input: MirScalarExpr :: CallVariadic {
3408
3401
func: VariadicFunc :: Coalesce ,
@@ -3414,13 +3407,6 @@ mod tests {
3414
3407
} ,
3415
3408
output: err( EvalError :: DivisionByZero ) ,
3416
3409
} ,
3417
- TestCase {
3418
- input: MirScalarExpr :: CallVariadic {
3419
- func: VariadicFunc :: Coalesce ,
3420
- exprs: vec![ col( 0 ) , err( EvalError :: DivisionByZero ) ] ,
3421
- } ,
3422
- output: err( EvalError :: DivisionByZero ) ,
3423
- } ,
3424
3410
] ;
3425
3411
3426
3412
for tc in test_cases {
You can’t perform that action at this time.
0 commit comments