about summary refs log tree commit diff
path: root/tests/ui/proc-macro/expand-with-a-macro.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/proc-macro/expand-with-a-macro.rs')
-rw-r--r--tests/ui/proc-macro/expand-with-a-macro.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/proc-macro/expand-with-a-macro.rs b/tests/ui/proc-macro/expand-with-a-macro.rs
index fcaafbbc149..e5baf3601db 100644
--- a/tests/ui/proc-macro/expand-with-a-macro.rs
+++ b/tests/ui/proc-macro/expand-with-a-macro.rs
@@ -1,6 +1,6 @@
 //@ run-pass
 //@ needs-unwind
-//@ aux-build:expand-with-a-macro.rs
+//@ proc-macro: expand-with-a-macro.rs
 
 
 #![deny(warnings)]