1
Fork 0

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 // Tests that the compiler errors if the user tries to turn off unwind tables
// when they are required. // when they are required.
// //
// only-x86_64-windows-msvc // only-x86_64-pc-windows-msvc
// compile-flags: -C force-unwind-tables=no // compile-flags: -C force-unwind-tables=no
// //
// error-pattern: target requires unwind tables, they cannot be disabled with `-C force-unwind-tables=no`. // error-pattern: target requires unwind tables, they cannot be disabled with `-C force-unwind-tables=no`.