aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/functions.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile/functions.rs')
-rw-r--r--src/makefile/functions.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile/functions.rs b/src/makefile/functions.rs
index e76a0d2..1f3c897 100644
--- a/src/makefile/functions.rs
+++ b/src/makefile/functions.rs
@@ -641,7 +641,7 @@ mod test {
type R = Result<()>;
fn call(name: &str, args: &[TokenString], macros: &MacroSet) -> Result<String> {
- super::expand_call(name, args, macros, NO_EVAL)
+ expand_call(name, args, macros, NO_EVAL)
}
macro_rules! call {