about summary refs log tree commit diff
path: root/tests/ui/macros/macro-shadowing-relaxed.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/macros/macro-shadowing-relaxed.rs')
-rw-r--r--tests/ui/macros/macro-shadowing-relaxed.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/macros/macro-shadowing-relaxed.rs b/tests/ui/macros/macro-shadowing-relaxed.rs
index b2a639218b9..bbb1054421d 100644
--- a/tests/ui/macros/macro-shadowing-relaxed.rs
+++ b/tests/ui/macros/macro-shadowing-relaxed.rs
@@ -1,5 +1,5 @@
-// build-pass (FIXME(62277): could be check-pass?)
-// aux-build:macro-in-other-crate.rs
+//@ build-pass (FIXME(62277): could be check-pass?)
+//@ aux-build:macro-in-other-crate.rs
 
 #![feature(decl_macro)]