diff options
Diffstat (limited to 'tests/ui/binding/match-implicit-copy-unique.rs')
| -rw-r--r-- | tests/ui/binding/match-implicit-copy-unique.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/binding/match-implicit-copy-unique.rs b/tests/ui/binding/match-implicit-copy-unique.rs index 74ffe2ecdb3..ab3b018e759 100644 --- a/tests/ui/binding/match-implicit-copy-unique.rs +++ b/tests/ui/binding/match-implicit-copy-unique.rs @@ -1,4 +1,4 @@ -// run-pass +//@ run-pass #![allow(non_shorthand_field_patterns)] struct Pair { a: Box<isize>, b: Box<isize> } |
