about summary refs log tree commit diff
path: root/tests/codegen/try_question_mark_nop.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/try_question_mark_nop.rs')
-rw-r--r--tests/codegen/try_question_mark_nop.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/codegen/try_question_mark_nop.rs b/tests/codegen/try_question_mark_nop.rs
index 9d34155bdd7..58cd6ff233a 100644
--- a/tests/codegen/try_question_mark_nop.rs
+++ b/tests/codegen/try_question_mark_nop.rs
@@ -1,5 +1,5 @@
-// compile-flags: -O -Z merge-functions=disabled --edition=2021
-// only-x86_64
+//@ compile-flags: -O -Z merge-functions=disabled --edition=2021
+//@ only-x86_64
 
 #![crate_type = "lib"]
 #![feature(try_blocks)]