fix ignore header in MSVC test

This commit is contained in:
Rémy Rakic 2023-03-06 12:32:45 +00:00
parent d610b0c514
commit 9df8da8e04

View File

@ -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`.