about summary refs log tree commit diff
path: root/src/test/compile-fail/extfmt-not-enough-args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/extfmt-not-enough-args.rs')
-rw-r--r--src/test/compile-fail/extfmt-not-enough-args.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/extfmt-not-enough-args.rs b/src/test/compile-fail/extfmt-not-enough-args.rs
index 5f078a288d9..f18ae748ee0 100644
--- a/src/test/compile-fail/extfmt-not-enough-args.rs
+++ b/src/test/compile-fail/extfmt-not-enough-args.rs
@@ -10,6 +10,6 @@
 
 // error-pattern:not enough arguments
 
-extern mod std;
+extern mod extra;
 
 fn main() { let s = fmt!("%s%s%s", "test", "test"); }