summaryrefslogtreecommitdiffstats
path: root/tests/ui/block-result/issue-5500.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/block-result/issue-5500.rs')
-rw-r--r--tests/ui/block-result/issue-5500.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/block-result/issue-5500.rs b/tests/ui/block-result/issue-5500.rs
index 577987a45..de7fd39a2 100644
--- a/tests/ui/block-result/issue-5500.rs
+++ b/tests/ui/block-result/issue-5500.rs
@@ -3,5 +3,5 @@ fn main() {
//~^ ERROR mismatched types
//~| expected unit type `()`
//~| found reference `&_`
- //~| expected `()`, found reference
+ //~| expected `()`, found `&_`
}