about summary refs log tree commit diff
path: root/src/test/ui/tool_lints.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/tool_lints.rs')
-rw-r--r--src/test/ui/tool_lints.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/ui/tool_lints.rs b/src/test/ui/tool_lints.rs
index 9c8540eede7..9e4aa7a939a 100644
--- a/src/test/ui/tool_lints.rs
+++ b/src/test/ui/tool_lints.rs
@@ -1,5 +1,5 @@
 #[warn(foo::bar)]
-//~^ ERROR an unknown tool name found in scoped lint: `foo::bar`
-//~| ERROR an unknown tool name found in scoped lint: `foo::bar`
-//~| ERROR an unknown tool name found in scoped lint: `foo::bar`
+//~^ ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
+//~| ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
+//~| ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
 fn main() {}