about summary refs log tree commit diff
path: root/tests/ui/deriving/deriving-with-repr-packed.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/deriving/deriving-with-repr-packed.rs')
-rw-r--r--tests/ui/deriving/deriving-with-repr-packed.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/deriving/deriving-with-repr-packed.rs b/tests/ui/deriving/deriving-with-repr-packed.rs
index 8ce444be13f..85eae60b2f4 100644
--- a/tests/ui/deriving/deriving-with-repr-packed.rs
+++ b/tests/ui/deriving/deriving-with-repr-packed.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 // check that derive on a packed struct does not call field
 // methods with a misaligned field.