Skip to content

Commit 877530c

Browse files
committed
fix error pattern
1 parent 9df8da8 commit 877530c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// only-x86_64-pc-windows-msvc
55
// compile-flags: -C force-unwind-tables=no
66
//
7-
// error-pattern: target requires unwind tables, they cannot be disabled with `-C force-unwind-tables=no`.
7+
// error-pattern: target requires unwind tables, they cannot be disabled with `-C force-unwind-tables=no`
88

99
pub fn main() {
1010
}

0 commit comments

Comments
 (0)