summaryrefslogtreecommitdiffstats
path: root/src/test/ui/panic-runtime/runtime-depend-on-needs-runtime.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/panic-runtime/runtime-depend-on-needs-runtime.rs')
-rw-r--r--src/test/ui/panic-runtime/runtime-depend-on-needs-runtime.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/panic-runtime/runtime-depend-on-needs-runtime.rs b/src/test/ui/panic-runtime/runtime-depend-on-needs-runtime.rs
deleted file mode 100644
index d57f1643e..000000000
--- a/src/test/ui/panic-runtime/runtime-depend-on-needs-runtime.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-// dont-check-compiler-stderr
-// aux-build:needs-panic-runtime.rs
-// aux-build:depends.rs
-// error-pattern:cannot depend on a crate that needs a panic runtime
-
-extern crate depends;
-
-fn main() {}