about summary refs log tree commit diff
path: root/tests/ui/packed/packed-tuple-struct-layout.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/packed/packed-tuple-struct-layout.rs')
-rw-r--r--tests/ui/packed/packed-tuple-struct-layout.rs2
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)]