diff options
| author | Andy Caldwell <andycaldwell@microsoft.com> | 2023-09-05 23:42:57 +0100 |
|---|---|---|
| committer | Andy Caldwell <andycaldwell@microsoft.com> | 2023-09-08 12:46:23 +0100 |
| commit | 0ca6c38cc22fe516ac5f25f87cff996cfd8932b7 (patch) | |
| tree | 22aa9b90fce082948ee4c7eb723b5bcf42d27857 /tests/run-coverage/closure_macro.coverage | |
| parent | 726a7b94399ac4b0f1f8e5946082a6e90f71ea3f (diff) | |
| download | rust-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.coverage | 2 |
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 $(,)?) => { |
