diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2025-03-29 12:52:10 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2025-03-29 13:30:20 +0300 |
| commit | cf451f08307168f32ffc74b478026e5e3ebc5ca9 (patch) | |
| tree | b791b16fde94213d2c3145f730113b0867ca56bc /tests/ui/parser/issues/issue-81804.rs | |
| parent | 928468c47c2a670bfa62727cfa2f14f75f5b7331 (diff) | |
| download | rust-cf451f08307168f32ffc74b478026e5e3ebc5ca9.tar.gz rust-cf451f08307168f32ffc74b478026e5e3ebc5ca9.zip | |
compiletest: Support matching diagnostics on lines below
Diffstat (limited to 'tests/ui/parser/issues/issue-81804.rs')
| -rw-r--r-- | tests/ui/parser/issues/issue-81804.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/ui/parser/issues/issue-81804.rs b/tests/ui/parser/issues/issue-81804.rs index 7c9e6e90582..57951ca5c4b 100644 --- a/tests/ui/parser/issues/issue-81804.rs +++ b/tests/ui/parser/issues/issue-81804.rs @@ -1,6 +1,5 @@ -//@ error-pattern: this file contains an unclosed delimiter -//@ error-pattern: this file contains an unclosed delimiter - fn main() {} +//~vv ERROR mismatched closing delimiter: `}` +//~v ERROR this file contains an unclosed delimiter fn p([=(} |
