mirror of
https://github.com/danbulant/nushell
synced 2026-05-24 12:35:59 +00:00
fix tests
This commit is contained in:
parent
1355a5dd33
commit
7655b070df
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@ use nu_cli::{create_default_context, report_parsing_error, report_shell_error, N
|
||||||
use nu_engine::eval_block;
|
use nu_engine::eval_block;
|
||||||
use nu_parser::{ParserState, ParserWorkingSet};
|
use nu_parser::{ParserState, ParserWorkingSet};
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
|
mod tests;
|
||||||
|
|
||||||
fn main() -> std::io::Result<()> {
|
fn main() -> std::io::Result<()> {
|
||||||
let parser_state = create_default_context();
|
let parser_state = create_default_context();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue