about summary refs log tree commit diff
path: root/src/test/compile-fail/extfmt-too-many-args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/extfmt-too-many-args.rs')
-rw-r--r--src/test/compile-fail/extfmt-too-many-args.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/extfmt-too-many-args.rs b/src/test/compile-fail/extfmt-too-many-args.rs
index 2a72dcf8988..5e12543ce8f 100644
--- a/src/test/compile-fail/extfmt-too-many-args.rs
+++ b/src/test/compile-fail/extfmt-too-many-args.rs
@@ -12,4 +12,4 @@
 
 extern mod extra;
 
-fn main() { let s = fmt!("%s", "test", "test"); }
+fn main() { let s = oldfmt!("%s", "test", "test"); }