Skip to content

Commit 770b3ba

Browse files
committed
Remove dev test
1 parent d1cd72f commit 770b3ba

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

tests/sqlparser_snowflake.rs

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4449,17 +4449,4 @@ fn test_snowflake_identifier_function() {
44494449
.is_err(),
44504450
true
44514451
);
4452-
}
4453-
4454-
#[test]
4455-
fn test_x() {
4456-
println!(
4457-
"{:#?}",
4458-
snowflake()
4459-
.parse_sql_statements(
4460-
r#"
4461-
SELECT email from customers, order by 1"#
4462-
)
4463-
.unwrap()
4464-
);
4465-
}
4452+
}

0 commit comments

Comments
 (0)