about summary refs log tree commit diff
path: root/tests/ui/parser/pat-ranges-3.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/pat-ranges-3.stderr')
-rw-r--r--tests/ui/parser/pat-ranges-3.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/pat-ranges-3.stderr b/tests/ui/parser/pat-ranges-3.stderr
index c9787b789a8..611b35a6502 100644
--- a/tests/ui/parser/pat-ranges-3.stderr
+++ b/tests/ui/parser/pat-ranges-3.stderr
@@ -4,5 +4,5 @@ error: expected one of `:`, `;`, `=`, or `|`, found `+`
 LL |     let 10 ..= 10 + 3 = 12;
    |                   ^ expected one of `:`, `;`, `=`, or `|`
 
-error: aborting due to previous error
+error: aborting due to 1 previous error