about summary refs log tree commit diff
path: root/tests/ui/attributes/extented-attribute-macro-error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/attributes/extented-attribute-macro-error.rs')
-rw-r--r--tests/ui/attributes/extented-attribute-macro-error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/attributes/extented-attribute-macro-error.rs b/tests/ui/attributes/extented-attribute-macro-error.rs
index 492f84f56c3..5dcb38d7da9 100644
--- a/tests/ui/attributes/extented-attribute-macro-error.rs
+++ b/tests/ui/attributes/extented-attribute-macro-error.rs
@@ -1,4 +1,4 @@
-// normalize-stderr-test: "couldn't read.*" -> "couldn't read the file"
+//@ normalize-stderr-test: "couldn't read.*" -> "couldn't read the file"
 
 #![doc = include_str!("../not_existing_file.md")]
 struct Documented {}