File tree 1 file changed +5
-4
lines changed
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
288
288
program, including various checks for Coverage Map-related metadata and the LLVM
289
289
intrinsic calls to increment the runtime counters.
290
290
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:
293
293
294
294
``` 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
297
298
```
298
299
299
300
[ 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