File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
use cargo_test_support:: prelude:: * ;
2
2
use cargo_test_support:: project;
3
- use cargo_test_support:: registry:: RegistryBuilder ;
4
3
use cargo_test_support:: str;
5
4
6
5
#[ cargo_test]
@@ -331,6 +330,7 @@ fn main() {}
331
330
#[ cargo_test]
332
331
#[ cfg( unix) ] // until we get proper packaging support
333
332
fn publish_namespaced ( ) {
333
+ use cargo_test_support:: registry:: RegistryBuilder ;
334
334
let registry = RegistryBuilder :: new ( ) . http_api ( ) . http_index ( ) . build ( ) ;
335
335
336
336
let p = project ( )
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:: assert_e2e;
5
4
use cargo_test_support:: git;
6
5
use cargo_test_support:: paths;
7
6
use cargo_test_support:: prelude:: * ;
@@ -682,6 +681,7 @@ fn custom_build_env_var_trim_paths() {
682
681
#[ cargo_test( requires_lldb, nightly, reason = "-Zremap-path-scope is unstable" ) ]
683
682
fn lldb_works_after_trimmed ( ) {
684
683
use cargo_util:: is_ci;
684
+ use cargo_test_support:: compare:: assert_e2e;
685
685
686
686
if !is_ci ( ) {
687
687
// On macOS lldb requires elevated privileges to run developer tools.
You can’t perform that action at this time.
0 commit comments