about summary refs log tree commit diff
path: root/tests/ui/deriving/proc-macro-attribute-mixing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/deriving/proc-macro-attribute-mixing.rs')
-rw-r--r--tests/ui/deriving/proc-macro-attribute-mixing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/deriving/proc-macro-attribute-mixing.rs b/tests/ui/deriving/proc-macro-attribute-mixing.rs
index 80a0d068ce7..2c11c3f72ca 100644
--- a/tests/ui/deriving/proc-macro-attribute-mixing.rs
+++ b/tests/ui/deriving/proc-macro-attribute-mixing.rs
@@ -5,7 +5,7 @@
 // are in scope.
 
 //@ check-pass
-//@ aux-build: another-proc-macro.rs
+//@ proc-macro: another-proc-macro.rs
 //@ compile-flags: -Zunpretty=expanded
 
 #![feature(derive_coerce_pointee)]