about summary refs log tree commit diff
path: root/tests/ui/proc-macro/derive-same-struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/proc-macro/derive-same-struct.rs')
-rw-r--r--tests/ui/proc-macro/derive-same-struct.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/proc-macro/derive-same-struct.rs b/tests/ui/proc-macro/derive-same-struct.rs
index 432476d1ebb..f7669ba1480 100644
--- a/tests/ui/proc-macro/derive-same-struct.rs
+++ b/tests/ui/proc-macro/derive-same-struct.rs
@@ -2,7 +2,7 @@
 
 #![allow(path_statements)]
 #![allow(dead_code)]
-//@ aux-build:derive-same-struct.rs
+//@ proc-macro: derive-same-struct.rs
 
 #[macro_use]
 extern crate derive_same_struct;