1
Fork 0

Shorten another test path for MSVC

This commit is contained in:
Alex Crichton 2018-01-26 06:48:38 -08:00
parent 68f2e1ebf2
commit ac774e7a5b
2 changed files with 2 additions and 2 deletions

View file

@ -8,10 +8,10 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// aux-build:trait_inheritance_cross_trait_call_xc_aux.rs
// aux-build:trait_xc_call_aux.rs
extern crate trait_inheritance_cross_trait_call_xc_aux as aux;
extern crate trait_xc_call_aux as aux;
use aux::Foo;