diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2023-08-27 03:02:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-27 10:02:12 +0900 |
| commit | 7eeb51f28b6d41056b8ca70fa76410d7ff0861c7 (patch) | |
| tree | 2c331cbe068d498d324780537d1abce73f046c12 /src/doc | |
| parent | 605bcfd4c83e4a598580ede369576bff4e6afcfa (diff) | |
| download | rust-7eeb51f28b6d41056b8ca70fa76410d7ff0861c7.tar.gz rust-7eeb51f28b6d41056b8ca70fa76410d7ff0861c7.zip | |
coverage tests have moved, twice (#1780)
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md b/src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md index 163b12bbc21..19da7767740 100644 --- a/src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md +++ b/src/doc/rustc-dev-guide/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 |
