From 888ead3e65ab22421a301e87231f5de8d8f14fda Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Thu, 24 Aug 2023 05:34:48 +0200 Subject: [PATCH] coverage tests have moved, twice first to `run-make/coverage*`, then finally to `run-coverage*` --- src/llvm-coverage-instrumentation.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/llvm-coverage-instrumentation.md b/src/llvm-coverage-instrumentation.md index 2b1677ef4..f71c89725 100644 --- a/src/llvm-coverage-instrumentation.md +++ b/src/llvm-coverage-instrumentation.md @@ -288,12 +288,13 @@ expected LLVM IR instructions and structured data for a coverage-enabled program, including various checks for Coverage Map-related metadata and the LLVM intrinsic calls to increment the runtime counters. -Expected results for both the `mir-opt` tests and the `coverage*` tests under -`run-make-fulldeps` can be refreshed by running: +Expected results for both the `mir-opt` tests and the `coverage*` tests +can be refreshed by running: ```shell -$ ./x test mir-opt --bless -$ ./x test tests/run-make-fulldeps/coverage --bless +./x test tests/mir-opt --bless +./x test tests/run-coverage --bless +./x test tests/run-coverage-rustdoc --bless ``` [mir-opt-test]: https://github.com/rust-lang/rust/blob/master/tests/mir-opt/instrument_coverage.rs