diff --git a/tests/modules.rs b/tests/modules.rs index 3259aa07..e43b8e71 100644 --- a/tests/modules.rs +++ b/tests/modules.rs @@ -407,7 +407,7 @@ fn test_module_ast_namespace2() -> Result<(), Box> { const MODULE_TEXT: &str = r#" fn run_function(function) { - function.call() + call(function) } "#;