diff options
Diffstat (limited to 'src/test/stdtest/rand.rs')
| -rw-r--r-- | src/test/stdtest/rand.rs | 4 |
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() { |
