diff options
Diffstat (limited to 'tests/ui/resolve/derive-macro-2.rs')
| -rw-r--r-- | tests/ui/resolve/derive-macro-2.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/resolve/derive-macro-2.rs b/tests/ui/resolve/derive-macro-2.rs index 7cecdd9e38e..126f5ae107f 100644 --- a/tests/ui/resolve/derive-macro-2.rs +++ b/tests/ui/resolve/derive-macro-2.rs @@ -1,5 +1,5 @@ -// check-pass -// aux-build:issue-112831-aux.rs +//@ check-pass +//@ aux-build:issue-112831-aux.rs extern crate issue_112831_aux; use issue_112831_aux::Zeroable; |
