summary refs log tree commit diff
path: root/src/test/stdtest/rand.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/stdtest/rand.rs')
-rw-r--r--src/test/stdtest/rand.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/stdtest/rand.rs b/src/test/stdtest/rand.rs
index b0d71d0e431..2ee04719776 100644
--- a/src/test/stdtest/rand.rs
+++ b/src/test/stdtest/rand.rs
@@ -1,9 +1,9 @@
-
+import core::*;
 
 // -*- rust -*-
 use std;
 import std::rand;
-import std::str;
+import str;
 
 #[test]
 fn test() {