summaryrefslogtreecommitdiffstats
path: root/tests/ui/tag-that-dare-not-speak-its-name.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/tag-that-dare-not-speak-its-name.rs')
-rw-r--r--tests/ui/tag-that-dare-not-speak-its-name.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/tag-that-dare-not-speak-its-name.rs b/tests/ui/tag-that-dare-not-speak-its-name.rs
index 36e22f0b5..0e76ec246 100644
--- a/tests/ui/tag-that-dare-not-speak-its-name.rs
+++ b/tests/ui/tag-that-dare-not-speak-its-name.rs
@@ -12,5 +12,5 @@ fn main() {
//~^ ERROR mismatched types
//~| expected type `char`
//~| found enum `Option<_>`
- //~| expected `char`, found enum `Option`
+ //~| expected `char`, found `Option<_>`
}