Skip to content

Commit 0e51bb3

Browse files
authored
coverage tests have moved, twice (rust-lang#1780)
1 parent b8367d2 commit 0e51bb3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/llvm-coverage-instrumentation.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -288,12 +288,13 @@ expected LLVM IR instructions and structured data for a coverage-enabled
288288
program, including various checks for Coverage Map-related metadata and the LLVM
289289
intrinsic calls to increment the runtime counters.
290290

291-
Expected results for both the `mir-opt` tests and the `coverage*` tests under
292-
`run-make-fulldeps` can be refreshed by running:
291+
Expected results for both the `mir-opt` tests and the `coverage*` tests
292+
can be refreshed by running:
293293

294294
```shell
295-
$ ./x test mir-opt --bless
296-
$ ./x test tests/run-make-fulldeps/coverage --bless
295+
./x test tests/mir-opt --bless
296+
./x test tests/run-coverage --bless
297+
./x test tests/run-coverage-rustdoc --bless
297298
```
298299

299300
[mir-opt-test]: https://github.com/rust-lang/rust/blob/master/tests/mir-opt/instrument_coverage.rs

0 commit comments

Comments
 (0)