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 similarity index 100% rename from src/test/compile-fail/panic-runtime/auxiliary/runtime-depending-on-panic-runtime.rs rename to 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 0681f991067b..7cfdacbd983c 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;