about summary refs log tree commit diff
path: root/tests/ui/parser/unbalanced-doublequote.rs
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2025-03-29 12:52:10 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2025-03-29 13:30:20 +0300
commitcf451f08307168f32ffc74b478026e5e3ebc5ca9 (patch)
treeb791b16fde94213d2c3145f730113b0867ca56bc /tests/ui/parser/unbalanced-doublequote.rs
parent928468c47c2a670bfa62727cfa2f14f75f5b7331 (diff)
downloadrust-cf451f08307168f32ffc74b478026e5e3ebc5ca9.tar.gz
rust-cf451f08307168f32ffc74b478026e5e3ebc5ca9.zip
compiletest: Support matching diagnostics on lines below
Diffstat (limited to 'tests/ui/parser/unbalanced-doublequote.rs')
-rw-r--r--tests/ui/parser/unbalanced-doublequote.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/ui/parser/unbalanced-doublequote.rs b/tests/ui/parser/unbalanced-doublequote.rs
index d9c936186ea..43e23a70271 100644
--- a/tests/ui/parser/unbalanced-doublequote.rs
+++ b/tests/ui/parser/unbalanced-doublequote.rs
@@ -1,6 +1,4 @@
-//@ error-pattern: unterminated double quote string
-
-
+//~vv ERROR unterminated double quote string
 fn main() {
     "
 }