mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-06 15:28:02 +00:00
move tests to tests dir
This commit is contained in:
parent
486eca1f10
commit
9daba3ab49
3 changed files with 8 additions and 5 deletions
|
@ -27,9 +27,6 @@ use chrono::{NaiveDate,
|
|||
Utc,
|
||||
};
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum ParserError {
|
||||
TokenizerError(String),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue