Skip to content

Commit ae58f58

Browse files
committed
tests/run-make files have moved
1 parent 222ed9a commit ae58f58

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/llvm-coverage-instrumentation.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ Coverage instrumentation in the MIR is validated by a `mir-opt` test:
279279

280280
More complete testing of end-to-end coverage instrumentation and reports are
281281
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.
284284

285285
Finally, the [`coverage-llvmir`] test compares compiles a simple Rust program
286286
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
297297
```
298298

299299
[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
302301
[spanview-debugging]: compiler-debugging.md#viewing-spanview-output
303302
[`coverage-llvmir`]: https://github.com/rust-lang/rust/tree/master/tests/run-make/coverage-llvmir
304303

0 commit comments

Comments
 (0)