We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f6bdb commit 1795756Copy full SHA for 1795756
src/llvm-coverage-instrumentation.md
@@ -298,8 +298,8 @@ Expected results for both the `mir-opt` tests and the `coverage*` tests under
298
`run-make-fulldeps` can be refreshed by running:
299
300
```shell
301
-$ ./x.py test mir-opt --blessed
302
-$ ./x.py test src/test/run-make-fulldeps/coverage --blessed
+$ ./x.py test mir-opt --bless
+$ ./x.py test src/test/run-make-fulldeps/coverage --bless
303
```
304
305
[mir-opt-test]: https://github.com/rust-lang/rust/blob/master/src/test/mir-opt/instrument_coverage.rs
0 commit comments