about summary refs log tree commit diff
path: root/tests/assembly/panic-unwind-no-uwtable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/assembly/panic-unwind-no-uwtable.rs')
-rw-r--r--tests/assembly/panic-unwind-no-uwtable.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/assembly/panic-unwind-no-uwtable.rs b/tests/assembly/panic-unwind-no-uwtable.rs
index 8eed72b2fca..181656a8987 100644
--- a/tests/assembly/panic-unwind-no-uwtable.rs
+++ b/tests/assembly/panic-unwind-no-uwtable.rs
@@ -1,6 +1,6 @@
-// assembly-output: emit-asm
-// only-x86_64-unknown-linux-gnu
-// compile-flags: -C panic=unwind -C force-unwind-tables=n
+//@ assembly-output: emit-asm
+//@ only-x86_64-unknown-linux-gnu
+//@ compile-flags: -C panic=unwind -C force-unwind-tables=n
 
 #![crate_type = "lib"]