about summary refs log tree commit diff
diff options
context:
space:
mode:
-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() {