Skip to content

Commit 110271b

Browse files
Update tests/sqlparser_common.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 586ec01 commit 110271b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/sqlparser_common.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3589,7 +3589,6 @@ fn test_double_value() {
35893589

35903590
for (input, expected) in test_cases {
35913591
for (i, expr) in input.iter().enumerate() {
3592-
println!("Testing expression: {}", expr);
35933592
if let Statement::Query(query) =
35943593
dialects.one_statement_parses_to(&format!("SELECT {expr}"), "")
35953594
{

0 commit comments

Comments
 (0)