diff options
Diffstat (limited to 'src/librustpkg/tests.rs')
| -rw-r--r-- | src/librustpkg/tests.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/librustpkg/tests.rs b/src/librustpkg/tests.rs index 70c03c845ce..49cc875355b 100644 --- a/src/librustpkg/tests.rs +++ b/src/librustpkg/tests.rs @@ -13,9 +13,6 @@ use context::Ctx; use core::hashmap::HashMap; use core::path::Path; -use core::os; -use core::io; -use core::option::*; use std::tempfile::mkdtemp; use util::{PkgId, default_version}; use path_util::{target_executable_in_workspace, target_library_in_workspace, @@ -101,4 +98,4 @@ fn test_install_invalid() { fail!(~"test_install_invalid failed, should have raised a condition"); }; assert!(substituted == expected_path); -} \ No newline at end of file +} |
