Fix test.

This commit is contained in:
Stephen Chung 2020-10-16 21:26:38 +08:00
parent 6f134368c3
commit d88adfd73d

View File

@ -407,7 +407,7 @@ fn test_module_ast_namespace2() -> Result<(), Box<EvalAltResult>> {
const MODULE_TEXT: &str = r#"
fn run_function(function) {
function.call()
call(function)
}
"#;