fix error pattern

This commit is contained in:
Rémy Rakic 2023-03-13 14:01:25 +01:00
parent 9df8da8e04
commit 877530cf1a

View File

@ -4,7 +4,7 @@
// 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`.
// error-pattern: target requires unwind tables, they cannot be disabled with `-C force-unwind-tables=no`
pub fn main() {
}