Skip to content

Commit ec986b0

Browse files
committed
Remove outdated comment
1 parent 05ac5bc commit ec986b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/sqlparser_sqlite.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ fn sqlite_with_options(options: ParserOptions) -> TestedDialects {
446446

447447
fn sqlite_and_generic() -> TestedDialects {
448448
TestedDialects {
449-
// we don't have a separate SQLite dialect, so test only the generic dialect for now
450449
dialects: vec![Box::new(SQLiteDialect {}), Box::new(GenericDialect {})],
451450
options: None,
452451
}

0 commit comments

Comments
 (0)