Shorten a filename for MSVC

This commit is contained in:
Alex Crichton 2018-01-25 18:11:42 -08:00
parent beb756f2aa
commit 6e1cebb387
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
// except according to those terms.
// aux-build:needs-panic-runtime.rs
// aux-build:runtime-depending-on-panic-runtime.rs
// aux-build:depends.rs
// error-pattern:cannot depend on a crate that needs a panic runtime
extern crate runtime_depending_on_panic_runtime;
extern crate depends;