about summary refs log tree commit diff
path: root/tests/codegen/issue-97217.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/issue-97217.rs')
-rw-r--r--tests/codegen/issue-97217.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/codegen/issue-97217.rs b/tests/codegen/issue-97217.rs
index af7345442fc..93dd1228ce1 100644
--- a/tests/codegen/issue-97217.rs
+++ b/tests/codegen/issue-97217.rs
@@ -1,6 +1,6 @@
-// compile-flags: -C opt-level=3
-// ignore-debug: the debug assertions get in the way
-// min-llvm-version: 17.0.2
+//@ compile-flags: -C opt-level=3
+//@ ignore-debug: the debug assertions get in the way
+//@ min-llvm-version: 17.0.2
 #![crate_type = "lib"]
 
 // Regression test for issue 97217 (the following should result in no allocations)