about summary refs log tree commit diff
path: root/src/test/run-pass/trait-to-str.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/trait-to-str.rs')
-rw-r--r--src/test/run-pass/trait-to-str.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/trait-to-str.rs b/src/test/run-pass/trait-to-str.rs
index 43cafa49b4e..77384bdd27a 100644
--- a/src/test/run-pass/trait-to-str.rs
+++ b/src/test/run-pass/trait-to-str.rs
@@ -14,7 +14,7 @@
 
 extern mod core;
 
-use core::{str, int, vec};
+use ::core::{str, int, vec};
 
 trait to_str {
     fn to_str() -> ~str;