mirror of
https://github.com/nushell/nushell.git
synced 2025-01-10 00:08:22 +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_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 New Issue
Block a user