diff options
Diffstat (limited to 'tests/ui/deriving/built-in-proc-macro-scope.rs')
| -rw-r--r-- | tests/ui/deriving/built-in-proc-macro-scope.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/deriving/built-in-proc-macro-scope.rs b/tests/ui/deriving/built-in-proc-macro-scope.rs index 6c473aefc5b..e67197b7e20 100644 --- a/tests/ui/deriving/built-in-proc-macro-scope.rs +++ b/tests/ui/deriving/built-in-proc-macro-scope.rs @@ -1,5 +1,5 @@ //@ check-pass -//@ aux-build: another-proc-macro.rs +//@ proc-macro: another-proc-macro.rs //@ compile-flags: -Zunpretty=expanded #![feature(derive_coerce_pointee)] |
