Forgot to include interpreter file
This commit is contained in:
parent
2784fce410
commit
18b8049958
1 changed files with 10 additions and 0 deletions
10
minisql/src/interpreter2.rs
Normal file
10
minisql/src/interpreter2.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
|
mod tests {
|
||||||
|
use super::*;
|
||||||
|
|
||||||
|
#[tokio::test]
|
||||||
|
async fn new_state() {
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue