about summary refs log tree commit diff
path: root/tests/ui/packed/packed-struct-optimized-enum.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/packed/packed-struct-optimized-enum.rs')
-rw-r--r--tests/ui/packed/packed-struct-optimized-enum.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/packed/packed-struct-optimized-enum.rs b/tests/ui/packed/packed-struct-optimized-enum.rs
index c3540f7619b..e76620c630d 100644
--- a/tests/ui/packed/packed-struct-optimized-enum.rs
+++ b/tests/ui/packed/packed-struct-optimized-enum.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 #[repr(packed)]
 struct Packed<T: Copy>(#[allow(dead_code)] T);