]> git.lizzy.rs Git - rust.git/blobdiff - src/librustpkg/tests.rs
auto merge of #8792 : adridu59/rust/master, r=catamorphism
[rust.git] / src / librustpkg / tests.rs
index fc40c2cd5f79d839ea561c03cd681ca232b5e8f3..3b73d9d11dfa1b8231522f128ed8206a9ce0ba00 100644 (file)
 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::*;