diff options
Diffstat (limited to 'tests/ui/proc-macro/derive-same-struct.rs')
| -rw-r--r-- | tests/ui/proc-macro/derive-same-struct.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/proc-macro/derive-same-struct.rs b/tests/ui/proc-macro/derive-same-struct.rs index 528b0f22a81..432476d1ebb 100644 --- a/tests/ui/proc-macro/derive-same-struct.rs +++ b/tests/ui/proc-macro/derive-same-struct.rs @@ -1,8 +1,8 @@ -// run-pass +//@ run-pass #![allow(path_statements)] #![allow(dead_code)] -// aux-build:derive-same-struct.rs +//@ aux-build:derive-same-struct.rs #[macro_use] extern crate derive_same_struct; |
