File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
//! Tests for `-Ztrim-paths`.
2
2
3
3
use cargo_test_support:: basic_manifest;
4
- use cargo_test_support:: compare:: match_contains;
5
4
use cargo_test_support:: git;
6
5
use cargo_test_support:: paths;
7
6
use cargo_test_support:: project;
8
7
use cargo_test_support:: registry:: Package ;
9
- use cargo_util:: is_ci;
10
8
11
9
#[ cargo_test]
12
10
fn gated_manifest ( ) {
@@ -696,6 +694,9 @@ fn custom_build_env_var_trim_paths() {
696
694
#[ cfg( unix) ]
697
695
#[ cargo_test( requires_lldb, nightly, reason = "-Zremap-path-scope is unstable" ) ]
698
696
fn lldb_works_after_trimmed ( ) {
697
+ use cargo_test_support:: compare:: match_contains;
698
+ use cargo_util:: is_ci;
699
+
699
700
if !is_ci ( ) {
700
701
// On macOS lldb requires elevated privileges to run developer tools.
701
702
// See rust-lang/cargo#13413
You can’t perform that action at this time.
0 commit comments