Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyFan2002 committed Mar 21, 2023
1 parent 05fc661 commit 452544f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/ast/tests/it/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ use common_ast::parser::tokenize_sql;
use common_ast::rule;
use common_ast::Backtrace;
use common_ast::Dialect;
use common_ast::Dialect::PostgreSQL;
use common_ast::Input;
use common_exception::Result;
use goldenfile::Mint;
use nom::Parser;
use std::io::Write;

macro_rules! run_parser {
($file:expr, $parser:expr, $source:expr $(,)*) => {
Expand Down

0 comments on commit 452544f

Please sign in to comment.