about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-01-25 18:11:42 -0800
committerAlex Crichton <alex@alexcrichton.com>2018-01-25 18:11:42 -0800
commit6e1cebb387fdae0d436d477697e3a2aae7c3772c (patch)
tree3ef70ebd5ffc7a6479c71631de58ebc910a5c7da
parentbeb756f2aaeb35fc33bf747c296bd195d056e3a6 (diff)
downloadrust-6e1cebb387fdae0d436d477697e3a2aae7c3772c.tar.gz
rust-6e1cebb387fdae0d436d477697e3a2aae7c3772c.zip
Shorten a filename for MSVC
-rw-r--r--src/test/compile-fail/panic-runtime/auxiliary/depends.rs (renamed from src/test/compile-fail/panic-runtime/auxiliary/runtime-depending-on-panic-runtime.rs)0
-rw-r--r--src/test/compile-fail/panic-runtime/runtime-depend-on-needs-runtime.rs4
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/compile-fail/panic-runtime/auxiliary/runtime-depending-on-panic-runtime.rs b/src/test/compile-fail/panic-runtime/auxiliary/depends.rs
index b90dec9281b..b90dec9281b 100644
--- a/src/test/compile-fail/panic-runtime/auxiliary/runtime-depending-on-panic-runtime.rs
+++ b/src/test/compile-fail/panic-runtime/auxiliary/depends.rs
diff --git a/src/test/compile-fail/panic-runtime/runtime-depend-on-needs-runtime.rs b/src/test/compile-fail/panic-runtime/runtime-depend-on-needs-runtime.rs
index 0681f991067..7cfdacbd983 100644
--- a/src/test/compile-fail/panic-runtime/runtime-depend-on-needs-runtime.rs
+++ b/src/test/compile-fail/panic-runtime/runtime-depend-on-needs-runtime.rs
@@ -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;