about summary refs log tree commit diff
path: root/tests/ui/proc-macro/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/proc-macro/test.rs')
-rw-r--r--tests/ui/proc-macro/test.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/proc-macro/test.rs b/tests/ui/proc-macro/test.rs
index 2ec62072020..9e76deab9ce 100644
--- a/tests/ui/proc-macro/test.rs
+++ b/tests/ui/proc-macro/test.rs
@@ -1,6 +1,6 @@
-// check-pass
-// aux-build:api/mod.rs
-// edition: 2021
+//@ check-pass
+//@ aux-build:api/mod.rs
+//@ edition: 2021
 
 //! This is for everything that *would* be a #[test] inside of libproc_macro,
 //! except for the fact that proc_macro objects are not capable of existing