about summary refs log tree commit diff
path: root/tests/ui/proc-macro/unsafe-foreign-mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/proc-macro/unsafe-foreign-mod.rs')
-rw-r--r--tests/ui/proc-macro/unsafe-foreign-mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/proc-macro/unsafe-foreign-mod.rs b/tests/ui/proc-macro/unsafe-foreign-mod.rs
index 7bdfa93c21f..b863b0fc114 100644
--- a/tests/ui/proc-macro/unsafe-foreign-mod.rs
+++ b/tests/ui/proc-macro/unsafe-foreign-mod.rs
@@ -1,5 +1,5 @@
-// run-pass
-// aux-build:macro-only-syntax.rs
+//@ run-pass
+//@ aux-build:macro-only-syntax.rs
 
 extern crate macro_only_syntax;