about summary refs log tree commit diff
path: root/src/test/ui/reserved/reserved-attr-on-macro.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/reserved/reserved-attr-on-macro.rs')
-rw-r--r--src/test/ui/reserved/reserved-attr-on-macro.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/reserved/reserved-attr-on-macro.rs b/src/test/ui/reserved/reserved-attr-on-macro.rs
index fddb991da82..2630db0d097 100644
--- a/src/test/ui/reserved/reserved-attr-on-macro.rs
+++ b/src/test/ui/reserved/reserved-attr-on-macro.rs
@@ -1,5 +1,5 @@
 #[rustc_attribute_should_be_reserved]
-//~^ ERROR cannot find attribute macro `rustc_attribute_should_be_reserved` in this scope
+//~^ ERROR cannot find attribute `rustc_attribute_should_be_reserved` in this scope
 //~| ERROR attributes starting with `rustc` are reserved for use by the `rustc` compiler
 
 macro_rules! foo {