Skip to content

Commit 5c2ead8

Browse files
committed
added test parse_div_infix_propagates_parse_error()
1 parent 81a2c21 commit 5c2ead8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/sqlparser_mysql.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3632,7 +3632,6 @@ fn parse_div_infix_propagates_parse_error() {
36323632
let err = mysql()
36333633
.parse_sql_statements("SELECT 5 DIV")
36343634
.expect_err("expected an error");
3635-
dbg!(&err);
36363635
assert_matches!(err, ParserError::ParserError(_));
36373636
}
36383637

0 commit comments

Comments
 (0)