File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -279,8 +279,8 @@ Coverage instrumentation in the MIR is validated by a `mir-opt` test:
279
279
280
280
More complete testing of end-to-end coverage instrumentation and reports are
281
281
done in the ` run-make-fulldeps ` tests, with sample Rust programs (to be
282
- instrumented) in the [ ` coverage ` ] [ coverage-test-samples ] directory, and the
283
- actual tests and expected results in [ ` coverage-reports ` ] .
282
+ instrumented) in the [ ` tests/run- coverage` ] directory,
283
+ together with the actual tests and expected results.
284
284
285
285
Finally, the [ ` coverage-llvmir ` ] test compares compiles a simple Rust program
286
286
with ` -C instrument-coverage ` and compares the compiled program's LLVM IR to
@@ -297,8 +297,7 @@ $ ./x test tests/run-make-fulldeps/coverage --bless
297
297
```
298
298
299
299
[ mir-opt-test ] : https://github.com/rust-lang/rust/blob/master/tests/mir-opt/instrument_coverage.rs
300
- [ coverage-test-samples ] : https://github.com/rust-lang/rust/tree/master/tests/run-make/coverage
301
- [ `coverage-reports` ] : https://github.com/rust-lang/rust/tree/master/tests/run-make/coverage-reports
300
+ [ `tests/run-coverage` ] : https://github.com/rust-lang/rust/tree/master/tests/run-coverage
302
301
[ spanview-debugging ] : compiler-debugging.md#viewing-spanview-output
303
302
[ `coverage-llvmir` ] : https://github.com/rust-lang/rust/tree/master/tests/run-make/coverage-llvmir
304
303
You can’t perform that action at this time.
0 commit comments