Skip to content

Commit 6e1cebb

Browse files
committed
Shorten a filename for MSVC
1 parent beb756f commit 6e1cebb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/compile-fail/panic-runtime/runtime-depend-on-needs-runtime.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
// aux-build:needs-panic-runtime.rs
12-
// aux-build:runtime-depending-on-panic-runtime.rs
12+
// aux-build:depends.rs
1313
// error-pattern:cannot depend on a crate that needs a panic runtime
1414

15-
extern crate runtime_depending_on_panic_runtime;
15+
extern crate depends;

0 commit comments

Comments
 (0)