about summary refs log tree commit diff
path: root/tests/ui/asm/naked-invalid-attr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/asm/naked-invalid-attr.rs')
-rw-r--r--tests/ui/asm/naked-invalid-attr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/asm/naked-invalid-attr.rs b/tests/ui/asm/naked-invalid-attr.rs
index ea8f560ff5d..57edd57de99 100644
--- a/tests/ui/asm/naked-invalid-attr.rs
+++ b/tests/ui/asm/naked-invalid-attr.rs
@@ -1,6 +1,6 @@
 // Checks that #[naked] attribute can be placed on function definitions only.
 //
-// needs-asm-support
+//@ needs-asm-support
 #![feature(naked_functions)]
 #![naked] //~ ERROR should be applied to a function definition