about summary refs log tree commit diff
path: root/tests/ui/panic-runtime
diff options
context:
space:
mode:
authorRémy Rakic <remy.rakic+github@gmail.com>2023-03-13 14:01:48 +0100
committerRémy Rakic <remy.rakic+github@gmail.com>2023-03-13 14:10:16 +0100
commit956bebb07b641b1d9c1b04255f9a190e8f00a146 (patch)
tree88500631e8d5651710211b6e9b99e464d8d304d6 /tests/ui/panic-runtime
parent877530cf1a950cf82ca0acc6e66ae9eadb1267d4 (diff)
downloadrust-956bebb07b641b1d9c1b04255f9a190e8f00a146.tar.gz
rust-956bebb07b641b1d9c1b04255f9a190e8f00a146.zip
remove need for test expectations
Diffstat (limited to 'tests/ui/panic-runtime')
-rw-r--r--tests/ui/panic-runtime/unwind-tables-target-required.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/panic-runtime/unwind-tables-target-required.rs b/tests/ui/panic-runtime/unwind-tables-target-required.rs
index be2cbf65867..5a90b314a6e 100644
--- a/tests/ui/panic-runtime/unwind-tables-target-required.rs
+++ b/tests/ui/panic-runtime/unwind-tables-target-required.rs
@@ -4,6 +4,7 @@
 // only-x86_64-pc-windows-msvc
 // compile-flags: -C force-unwind-tables=no
 //
+// dont-check-compiler-stderr
 // error-pattern: target requires unwind tables, they cannot be disabled with `-C force-unwind-tables=no`
 
 pub fn main() {