Skip to content

Commit 667c603

Browse files
committed
Remove dev test
1 parent 4015f12 commit 667c603

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/sqlparser_snowflake.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4516,16 +4516,3 @@ fn test_snowflake_identifier_function() {
45164516
snowflake().verified_stmt("GRANT ROLE IDENTIFIER('AAA') TO USER IDENTIFIER('AAA')");
45174517
snowflake().verified_stmt("REVOKE ROLE IDENTIFIER('AAA') FROM USER IDENTIFIER('AAA')");
45184518
}
4519-
4520-
#[test]
4521-
fn test_x() {
4522-
println!(
4523-
"{:#?}",
4524-
snowflake()
4525-
.parse_sql_statements(
4526-
r#"
4527-
SELECT email from customers, order by 1"#
4528-
)
4529-
.unwrap()
4530-
);
4531-
}

0 commit comments

Comments
 (0)