diff options
Diffstat (limited to 'tests/ui/structs-enums/tuple-struct-constructor-pointer.rs')
| -rw-r--r-- | tests/ui/structs-enums/tuple-struct-constructor-pointer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/structs-enums/tuple-struct-constructor-pointer.rs b/tests/ui/structs-enums/tuple-struct-constructor-pointer.rs index 23f06516323..18a59841e9f 100644 --- a/tests/ui/structs-enums/tuple-struct-constructor-pointer.rs +++ b/tests/ui/structs-enums/tuple-struct-constructor-pointer.rs @@ -1,4 +1,4 @@ -// run-pass +//@ run-pass #[derive(PartialEq, Debug)] struct Foo(isize); #[derive(PartialEq, Debug)] |
