about summary refs log tree commit diff
path: root/tests/ui/panic-handler/panic-handler-with-target-feature.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/panic-handler/panic-handler-with-target-feature.rs')
-rw-r--r--tests/ui/panic-handler/panic-handler-with-target-feature.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/panic-handler/panic-handler-with-target-feature.rs b/tests/ui/panic-handler/panic-handler-with-target-feature.rs
index 8ea0275d7e9..3dfdd2847bf 100644
--- a/tests/ui/panic-handler/panic-handler-with-target-feature.rs
+++ b/tests/ui/panic-handler/panic-handler-with-target-feature.rs
@@ -1,5 +1,5 @@
-// compile-flags:-C panic=abort
-// only-x86_64
+//@ compile-flags:-C panic=abort
+//@ only-x86_64
 
 #![feature(target_feature_11)]
 #![no_std]