about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdrien Tétar <adri-from-59@hotmail.fr>2013-08-27 14:45:40 +0200
committerAdrien Tétar <adri-from-59@hotmail.fr>2013-08-27 14:45:40 +0200
commitb29696a08ac365054611327e863d0e005d23ca03 (patch)
tree044fd96383d0929c45fa26e3a752e4531a94e91d
parent2c0f9bd35493def5e23f0f43ddeba54da9d788b4 (diff)
librustpkg/tests.rs: cleanup unused import
-rw-r--r--src/librustpkg/tests.rs9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/librustpkg/tests.rs b/src/librustpkg/tests.rs
index 0efa0782da9..07f2b8d0f5a 100644
--- a/src/librustpkg/tests.rs
+++ b/src/librustpkg/tests.rs
@@ -18,12 +18,11 @@ use std::run::ProcessOutput;
 use installed_packages::list_installed_packages;
 use package_id::{PkgId};
 use version::{ExactRevision, NoVersion, Version, Tagged};
-use path_util::{target_executable_in_workspace, target_library_in_workspace,
-               target_test_in_workspace, target_bench_in_workspace,
-               make_dir_rwx, U_RWX, library_in_workspace,
+use path_util::{target_executable_in_workspace, target_test_in_workspace,
+               target_bench_in_workspace, make_dir_rwx, U_RWX,
+               library_in_workspace, installed_library_in_workspace,
                built_bench_in_workspace, built_test_in_workspace,
-               built_library_in_workspace, built_executable_in_workspace,
-                installed_library_in_workspace};
+               built_library_in_workspace, built_executable_in_workspace};
 use rustc::metadata::filesearch::rust_path;
 use rustc::driver::driver::host_triple;
 use target::*;