summary refs log tree commit diff
path: root/src/test/ui/panic-runtime
diff options
context:
space:
mode:
authorTyler Mandry <tmandry@gmail.com>2019-09-19 19:33:38 -0700
committerTyler Mandry <tmandry@gmail.com>2019-09-28 13:52:18 -0700
commit3f0254e3cf7656bd3726372106e98532b1575e2d (patch)
treee2cf06f66e1845663d511f82b70a9b90093e5ad4 /src/test/ui/panic-runtime
parent88376842a0592937bb807c8ec7a685946db96ea7 (diff)
downloadrust-3f0254e3cf7656bd3726372106e98532b1575e2d.tar.gz
rust-3f0254e3cf7656bd3726372106e98532b1575e2d.zip
Put panic=abort test support behind -Z panic_abort_tests
Diffstat (limited to 'src/test/ui/panic-runtime')
-rw-r--r--src/test/ui/panic-runtime/libtest-unwinds.rs10
-rw-r--r--src/test/ui/panic-runtime/libtest-unwinds.stderr4
2 files changed, 0 insertions, 14 deletions
diff --git a/src/test/ui/panic-runtime/libtest-unwinds.rs b/src/test/ui/panic-runtime/libtest-unwinds.rs
deleted file mode 100644
index bc13072612a..00000000000
--- a/src/test/ui/panic-runtime/libtest-unwinds.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-// error-pattern:is not compiled with this crate's panic strategy `abort`
-// compile-flags:-C panic=abort
-// ignore-wasm32-bare compiled with panic=abort by default
-
-#![feature(test)]
-
-extern crate test;
-
-fn main() {
-}
diff --git a/src/test/ui/panic-runtime/libtest-unwinds.stderr b/src/test/ui/panic-runtime/libtest-unwinds.stderr
deleted file mode 100644
index 704b81ae1ce..00000000000
--- a/src/test/ui/panic-runtime/libtest-unwinds.stderr
+++ /dev/null
@@ -1,4 +0,0 @@
-error: the linked panic runtime `panic_unwind` is not compiled with this crate's panic strategy `abort`
-
-error: aborting due to previous error
-