Skip to content

Commit 0e21779

Browse files
committed
chore: remove comment
1 parent 8a17406 commit 0e21779

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/sqlparser_common.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,8 +2720,7 @@ fn parse_scalar_subqueries() {
27202720
verified_expr(sql),
27212721
Expr::BinaryOp {
27222722
op: BinaryOperator::Plus,
2723-
.. //left: box Subquery { .. },
2724-
//right: box Subquery { .. },
2723+
..
27252724
}
27262725
);
27272726
}

0 commit comments

Comments
 (0)