diff options
Diffstat (limited to 'tests/ui/packed/packed-tuple-struct-layout.rs')
| -rw-r--r-- | tests/ui/packed/packed-tuple-struct-layout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/packed/packed-tuple-struct-layout.rs b/tests/ui/packed/packed-tuple-struct-layout.rs index 879553142da..447639b3872 100644 --- a/tests/ui/packed/packed-tuple-struct-layout.rs +++ b/tests/ui/packed/packed-tuple-struct-layout.rs @@ -1,4 +1,4 @@ -// run-pass +//@ run-pass use std::mem; #[repr(packed)] |
