diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2023-06-12 18:07:05 +1000 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2023-06-28 11:09:19 +1000 |
| commit | 7b4e75b98965f45dd35a31968d388c7deca997a2 (patch) | |
| tree | 36c7acc5aa8e8b5825162ad2c3b395d1239d1d69 /src | |
| parent | edd051c31e267212e21ee30931078210ee55f579 (diff) | |
| download | rust-7b4e75b98965f45dd35a31968d388c7deca997a2.tar.gz rust-7b4e75b98965f45dd35a31968d388c7deca997a2.zip | |
Remove the old `coverage-reports` and `coverage` directories
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/compiletest/src/header.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/src/header.rs b/src/tools/compiletest/src/header.rs index b699accf34c..c835962ad12 100644 --- a/src/tools/compiletest/src/header.rs +++ b/src/tools/compiletest/src/header.rs @@ -913,7 +913,7 @@ pub fn make_test_description<R: Read>( // The run-coverage tests are treated as having these extra directives, // without needing to specify them manually in every test file. // (Some of the comments below have been copied over from - // `tests/run-make/coverage-reports/Makefile`.) + // `tests/run-make/coverage-reports/Makefile`, which no longer exists.) Mode::RunCoverage => { &[ "needs-profiler-support", |
