forked from extern/nushell
Remove leftover test from previous iteration
This commit is contained in:
parent
73ae3daf85
commit
b340672331
@ -442,14 +442,6 @@ fn module_import_uses_internal_command() -> TestResult {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
|
||||||
fn module_import_does_not_parse_with_incorrect_delimiter() -> TestResult {
|
|
||||||
fail_test(
|
|
||||||
r#"module foo { export def a [] { 1 } }; use foo:.a"#,
|
|
||||||
not_found_msg(),
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
// TODO: Test the use/hide tests also as separate lines in REPL (i.e., with merging the delta in between)
|
// TODO: Test the use/hide tests also as separate lines in REPL (i.e., with merging the delta in between)
|
||||||
#[test]
|
#[test]
|
||||||
fn hides_def() -> TestResult {
|
fn hides_def() -> TestResult {
|
||||||
|
Loading…
Reference in New Issue
Block a user