about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRémy Rakic <remy.rakic+github@gmail.com>2023-03-06 12:32:45 +0000
committerRémy Rakic <remy.rakic+github@gmail.com>2023-03-13 13:33:24 +0100
commit9df8da8e04d04492d57603d69d1b9c330b4424f6 (patch)
tree408636ec417761fd26d27c4d36a5a21027449dca
parentd610b0c514b9ccb0dad5d0b77ce4c518f71b92c8 (diff)
downloadrust-9df8da8e04d04492d57603d69d1b9c330b4424f6.tar.gz
rust-9df8da8e04d04492d57603d69d1b9c330b4424f6.zip
fix ignore header in MSVC test
-rw-r--r--tests/ui/panic-runtime/unwind-tables-target-required.rs2
1 files changed, 1 insertions, 1 deletions
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`.