about summary refs log tree commit diff
path: root/tests/run-coverage/closure_macro.coverage
diff options
context:
space:
mode:
authorAndy Caldwell <andycaldwell@microsoft.com>2023-09-05 23:42:57 +0100
committerAndy Caldwell <andycaldwell@microsoft.com>2023-09-08 12:46:23 +0100
commit0ca6c38cc22fe516ac5f25f87cff996cfd8932b7 (patch)
tree22aa9b90fce082948ee4c7eb723b5bcf42d27857 /tests/run-coverage/closure_macro.coverage
parent726a7b94399ac4b0f1f8e5946082a6e90f71ea3f (diff)
downloadrust-0ca6c38cc22fe516ac5f25f87cff996cfd8932b7.tar.gz
rust-0ca6c38cc22fe516ac5f25f87cff996cfd8932b7.zip
Fix up run-coverage and coverage-map/status-quo tests
Diffstat (limited to 'tests/run-coverage/closure_macro.coverage')
-rw-r--r--tests/run-coverage/closure_macro.coverage2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-coverage/closure_macro.coverage b/tests/run-coverage/closure_macro.coverage
index 1bfd2013da8..0f2c917e090 100644
--- a/tests/run-coverage/closure_macro.coverage
+++ b/tests/run-coverage/closure_macro.coverage
@@ -1,5 +1,5 @@
    LL|       |// compile-flags: --edition=2018
-   LL|       |#![feature(no_coverage)]
+   LL|       |#![feature(coverage_attribute)]
    LL|       |
    LL|       |macro_rules! bail {
    LL|       |    ($msg:literal $(,)?) => {