diff options
Diffstat (limited to 'tests/ui/structs-enums/enum-non-c-like-repr-c.rs')
| -rw-r--r-- | tests/ui/structs-enums/enum-non-c-like-repr-c.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/structs-enums/enum-non-c-like-repr-c.rs b/tests/ui/structs-enums/enum-non-c-like-repr-c.rs index fc9efdeca7d..15c9784dbb9 100644 --- a/tests/ui/structs-enums/enum-non-c-like-repr-c.rs +++ b/tests/ui/structs-enums/enum-non-c-like-repr-c.rs @@ -1,4 +1,4 @@ -// run-pass +//@ run-pass // This test deserializes an enum in-place by transmuting to a union that // should have the same layout, and manipulating the tag and payloads // independently. This verifies that `repr(some_int)` has a stable representation,  | 
