about summary refs log tree commit diff
path: root/tests/coverage/fn_sig_into_try.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coverage/fn_sig_into_try.rs')
-rw-r--r--tests/coverage/fn_sig_into_try.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/coverage/fn_sig_into_try.rs b/tests/coverage/fn_sig_into_try.rs
index 1f4cc67af83..5d8e7929ef9 100644
--- a/tests/coverage/fn_sig_into_try.rs
+++ b/tests/coverage/fn_sig_into_try.rs
@@ -1,5 +1,5 @@
 #![feature(coverage_attribute)]
-// compile-flags: --edition=2021
+// edition: 2021
 
 // Regression test for inconsistent handling of function signature spans that
 // are followed by code using the `?` operator.