summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/bad-match.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/bad-match.stderr')
-rw-r--r--tests/ui/parser/bad-match.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/bad-match.stderr b/tests/ui/parser/bad-match.stderr
index 13784c409..8e7878c2b 100644
--- a/tests/ui/parser/bad-match.stderr
+++ b/tests/ui/parser/bad-match.stderr
@@ -4,5 +4,5 @@ error: expected one of `:`, `;`, `=`, `@`, or `|`, found `x`
LL | let isize x = 5;
| ^ expected one of `:`, `;`, `=`, `@`, or `|`
-error: aborting due to previous error
+error: aborting due to 1 previous error