Skip to content

Commit ac774e7

Browse files
committed
Shorten another test path for MSVC
1 parent 68f2e1e commit ac774e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/run-pass/trait-inheritance-cross-trait-call-xc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// aux-build:trait_inheritance_cross_trait_call_xc_aux.rs
11+
// aux-build:trait_xc_call_aux.rs
1212

1313

14-
extern crate trait_inheritance_cross_trait_call_xc_aux as aux;
14+
extern crate trait_xc_call_aux as aux;
1515

1616
use aux::Foo;
1717

0 commit comments

Comments
 (0)