diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-05-04 18:58:31 +1000 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-05-09 14:47:09 +1000 |
| commit | 14d56e833848b94c8c257c53886d0331a4ac735e (patch) | |
| tree | 4d523e404f6b80c51003956122f8d7cde89786ef /tests/ui/instrument-coverage/coverage-options.rs | |
| parent | be590d388714db600f20224464f53a5eb08fe3b9 (diff) | |
| download | rust-14d56e833848b94c8c257c53886d0331a4ac735e.tar.gz rust-14d56e833848b94c8c257c53886d0331a4ac735e.zip | |
Fix test problems discovered by the revision check
Most of these changes either add revision names that were apparently missing, or explicitly mark a revision name as currently unused.
Diffstat (limited to 'tests/ui/instrument-coverage/coverage-options.rs')
| -rw-r--r-- | tests/ui/instrument-coverage/coverage-options.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/instrument-coverage/coverage-options.rs b/tests/ui/instrument-coverage/coverage-options.rs index 332da32e435..2a80ce4ab2e 100644 --- a/tests/ui/instrument-coverage/coverage-options.rs +++ b/tests/ui/instrument-coverage/coverage-options.rs @@ -1,5 +1,5 @@ //@ needs-profiler-support -//@ revisions: block branch bad +//@ revisions: block branch mcdc bad //@ compile-flags -Cinstrument-coverage //@ [block] check-pass |
