about summary refs log tree commit diff
path: root/tests/ui/layout/thumb-enum.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/layout/thumb-enum.rs')
-rw-r--r--tests/ui/layout/thumb-enum.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/layout/thumb-enum.rs b/tests/ui/layout/thumb-enum.rs
index 3b43b1b83fa..57a9a2d8137 100644
--- a/tests/ui/layout/thumb-enum.rs
+++ b/tests/ui/layout/thumb-enum.rs
@@ -1,5 +1,5 @@
-// compile-flags: --target thumbv8m.main-none-eabihf
-// needs-llvm-components: arm
+//@ compile-flags: --target thumbv8m.main-none-eabihf
+//@ needs-llvm-components: arm
 //
 // Verify that thumb targets implement the repr(C) for enums correctly.
 //