From 9df8da8e04d04492d57603d69d1b9c330b4424f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Rakic?= Date: Mon, 6 Mar 2023 12:32:45 +0000 Subject: [PATCH] fix ignore header in MSVC test --- tests/ui/panic-runtime/unwind-tables-target-required.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/panic-runtime/unwind-tables-target-required.rs b/tests/ui/panic-runtime/unwind-tables-target-required.rs index 3abb52b675a..f2145c2bfe7 100644 --- a/tests/ui/panic-runtime/unwind-tables-target-required.rs +++ b/tests/ui/panic-runtime/unwind-tables-target-required.rs @@ -1,7 +1,7 @@ // Tests that the compiler errors if the user tries to turn off unwind tables // when they are required. // -// only-x86_64-windows-msvc +// only-x86_64-pc-windows-msvc // compile-flags: -C force-unwind-tables=no // // error-pattern: target requires unwind tables, they cannot be disabled with `-C force-unwind-tables=no`.