summaryrefslogtreecommitdiffstats
path: root/src/test/ui/panics/test-should-fail-bad-message.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/panics/test-should-fail-bad-message.rs')
-rw-r--r--src/test/ui/panics/test-should-fail-bad-message.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/ui/panics/test-should-fail-bad-message.rs b/src/test/ui/panics/test-should-fail-bad-message.rs
deleted file mode 100644
index 701f26776..000000000
--- a/src/test/ui/panics/test-should-fail-bad-message.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-// run-fail
-// check-stdout
-// compile-flags: --test
-// ignore-emscripten
-
-#[test]
-#[should_panic(expected = "foobar")]
-fn test_foo() {
- panic!("blah")
-}