summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/pat-ranges-4.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/pat-ranges-4.stderr')
-rw-r--r--tests/ui/parser/pat-ranges-4.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/pat-ranges-4.stderr b/tests/ui/parser/pat-ranges-4.stderr
index 69084b5a4..c30160291 100644
--- a/tests/ui/parser/pat-ranges-4.stderr
+++ b/tests/ui/parser/pat-ranges-4.stderr
@@ -4,5 +4,5 @@ error: expected one of `...`, `..=`, `..`, `:`, `;`, `=`, or `|`, found `-`
LL | let 10 - 3 ..= 10 = 8;
| ^ expected one of 7 possible tokens
-error: aborting due to previous error
+error: aborting due to 1 previous error