about summary refs log tree commit diff
path: root/tests/ui/asm/unpretty-expanded.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/asm/unpretty-expanded.rs')
-rw-r--r--tests/ui/asm/unpretty-expanded.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/asm/unpretty-expanded.rs b/tests/ui/asm/unpretty-expanded.rs
index 25cf1c3d730..1da2c7704f4 100644
--- a/tests/ui/asm/unpretty-expanded.rs
+++ b/tests/ui/asm/unpretty-expanded.rs
@@ -1,4 +1,4 @@
-// needs-asm-support
-// check-pass
-// compile-flags: -Zunpretty=expanded
+//@ needs-asm-support
+//@ check-pass
+//@ compile-flags: -Zunpretty=expanded
 core::arch::global_asm!("x: .byte 42");