File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -288,12 +288,13 @@ expected LLVM IR instructions and structured data for a coverage-enabled
288288program, including various checks for Coverage Map-related metadata and the LLVM
289289intrinsic 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
You can’t perform that action at this time.
0 commit comments