Skip to content

Commit 7b4e75b

Browse files
committed
Remove the old coverage-reports and coverage directories
1 parent edd051c commit 7b4e75b

File tree

8 files changed

+2
-265
lines changed

8 files changed

+2
-265
lines changed

src/tools/compiletest/src/header.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ pub fn make_test_description<R: Read>(
913913
// The run-coverage tests are treated as having these extra directives,
914914
// without needing to specify them manually in every test file.
915915
// (Some of the comments below have been copied over from
916-
// `tests/run-make/coverage-reports/Makefile`.)
916+
// `tests/run-make/coverage-reports/Makefile`, which no longer exists.)
917917
Mode::RunCoverage => {
918918
&[
919919
"needs-profiler-support",

tests/run-make/coverage-llvmir/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# version during testing, with an additional directive at the top of this file
77
# that sets, for example: `min-llvm-version: 12.0`
88

9-
include ../coverage/coverage_tools.mk
9+
include ../tools.mk
1010

1111
BASEDIR=../coverage-llvmir
1212

tests/run-make/coverage-reports/Makefile

-182
This file was deleted.

tests/run-make/coverage-reports/normalize_paths.py

-12
This file was deleted.

tests/run-make/coverage-reports/sort_subviews.py

-50
This file was deleted.

tests/run-make/coverage/WARNING_KEEP_NAMES_SHORT.txt

-10
This file was deleted.

tests/run-make/coverage/compiletest-ignore-dir

-3
This file was deleted.

tests/run-make/coverage/coverage_tools.mk

-6
This file was deleted.

0 commit comments

Comments
 (0)