remove several export env usage in test code

This commit is contained in:
WindSoilder
2022-09-03 16:15:38 +08:00
parent 0b080338a9
commit 3f7b5657c9
9 changed files with 18 additions and 139 deletions

View File

@ -230,7 +230,7 @@ fn parse_module_success_2() {
r#"
# foo.nu
export env MYNAME { "Arthur, King of the Britons" }
export-env { let-env MYNAME = "Arthur, King of the Britons" }
"#,
)]);