summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/issue-103435-extra-parentheses.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/lint/issue-103435-extra-parentheses.fixed')
-rw-r--r--tests/ui/lint/issue-103435-extra-parentheses.fixed3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/lint/issue-103435-extra-parentheses.fixed b/tests/ui/lint/issue-103435-extra-parentheses.fixed
index 2b01b414b..74b5aa06e 100644
--- a/tests/ui/lint/issue-103435-extra-parentheses.fixed
+++ b/tests/ui/lint/issue-103435-extra-parentheses.fixed
@@ -13,6 +13,5 @@ fn main() {
// reported by parser
for _x in 1..10 {}
- //~^ ERROR expected one of
- //~| ERROR unexpected parentheses surrounding
+ //~^ ERROR unexpected parentheses surrounding
}