From 956bebb07b641b1d9c1b04255f9a190e8f00a146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Rakic?= Date: Mon, 13 Mar 2023 14:01:48 +0100 Subject: [PATCH] remove need for test expectations --- tests/ui/panic-runtime/unwind-tables-target-required.rs | 1 + 1 file changed, 1 insertion(+) 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() {