about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRémy Rakic <remy.rakic+github@gmail.com>2023-03-13 14:01:25 +0100
committerRémy Rakic <remy.rakic+github@gmail.com>2023-03-13 14:01:25 +0100
commit877530cf1a950cf82ca0acc6e66ae9eadb1267d4 (patch)
treec9595378ab12cd3676cd028ee4b82ac3bce265ca
parent9df8da8e04d04492d57603d69d1b9c330b4424f6 (diff)
downloadrust-877530cf1a950cf82ca0acc6e66ae9eadb1267d4.tar.gz
rust-877530cf1a950cf82ca0acc6e66ae9eadb1267d4.zip
fix error pattern
-rw-r--r--tests/ui/panic-runtime/unwind-tables-target-required.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/panic-runtime/unwind-tables-target-required.rs b/tests/ui/panic-runtime/unwind-tables-target-required.rs
index f2145c2bfe7..be2cbf65867 100644
--- a/tests/ui/panic-runtime/unwind-tables-target-required.rs
+++ b/tests/ui/panic-runtime/unwind-tables-target-required.rs
@@ -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() {
 }