mirror of
https://github.com/nushell/nushell.git
synced 2025-01-09 15:58:17 +01:00
fix tests
This commit is contained in:
parent
1355a5dd33
commit
7655b070df
@ -2,6 +2,9 @@ use nu_cli::{create_default_context, report_parsing_error, report_shell_error, N
|
||||
use nu_engine::eval_block;
|
||||
use nu_parser::{ParserState, ParserWorkingSet};
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
fn main() -> std::io::Result<()> {
|
||||
let parser_state = create_default_context();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user