Skip to content

Commit 20f8442

Browse files
committed
---
yaml --- r: 77279 b: refs/heads/snap-stage3 c: d5c144a h: refs/heads/master i: 77277: 95255ef 77275: 3cec07c 77271: da7be3c 77263: 443a319 77247: 1033844 v: v3
1 parent 2936248 commit 20f8442

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: f1132496dddbdd88f321a7919eec3d65136b3f75
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 7f32ea8820727f4f4944423133e6b32e2653a1d2
4+
refs/heads/snap-stage3: d5c144a4cd1713e14b0fccd6146648bf968522d9
55
refs/heads/try: ebfe63cd1c0b5d23f7ea60c69b4fde2e30cfd42a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/librustpkg/tests.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ use std::run::ProcessOutput;
1818
use installed_packages::list_installed_packages;
1919
use package_id::{PkgId};
2020
use version::{ExactRevision, NoVersion, Version, Tagged};
21-
use path_util::{target_executable_in_workspace, target_library_in_workspace,
22-
target_test_in_workspace, target_bench_in_workspace,
23-
make_dir_rwx, U_RWX, library_in_workspace,
21+
use path_util::{target_executable_in_workspace, target_test_in_workspace,
22+
target_bench_in_workspace, make_dir_rwx, U_RWX,
23+
library_in_workspace, installed_library_in_workspace,
2424
built_bench_in_workspace, built_test_in_workspace,
25-
built_library_in_workspace, built_executable_in_workspace,
26-
installed_library_in_workspace};
25+
built_library_in_workspace, built_executable_in_workspace};
2726
use rustc::metadata::filesearch::rust_path;
2827
use rustc::driver::driver::host_triple;
2928
use target::*;

0 commit comments

Comments
 (0)