Skip to content

Commit 9df8da8

Browse files
committed
fix ignore header in MSVC test
1 parent d610b0c commit 9df8da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/panic-runtime/unwind-tables-target-required.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Tests that the compiler errors if the user tries to turn off unwind tables
22
// when they are required.
33
//
4-
// only-x86_64-windows-msvc
4+
// only-x86_64-pc-windows-msvc
55
// compile-flags: -C force-unwind-tables=no
66
//
77
// error-pattern: target requires unwind tables, they cannot be disabled with `-C force-unwind-tables=no`.

0 commit comments

Comments
 (0)