Skip to content

Commit 9c7239b

Browse files
committed
tidy: remove legacy Makefile checks
1 parent 0dcae78 commit 9c7239b

File tree

4 files changed

+0
-107
lines changed

4 files changed

+0
-107
lines changed

src/tools/tidy/src/allowed_run_make_makefiles.txt

Whitespace-only changes.

src/tools/tidy/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ pub(crate) mod iter_header;
7979
pub mod known_bug;
8080
pub mod mir_opt_tests;
8181
pub mod pal;
82-
pub mod run_make_tests;
8382
pub mod rustdoc_css_themes;
8483
pub mod rustdoc_gui_tests;
8584
pub mod rustdoc_templates;

src/tools/tidy/src/main.rs

-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ fn main() {
103103
check!(tests_revision_unpaired_stdout_stderr, &tests_path);
104104
check!(debug_artifacts, &tests_path);
105105
check!(ui_tests, &root_path, bless);
106-
// FIXME(jieyouxu): remove this check once all run-make tests are ported over to rmake.rs.
107-
check!(run_make_tests, &tests_path, &src_path, bless);
108106
check!(mir_opt_tests, &tests_path, bless);
109107
check!(rustdoc_gui_tests, &tests_path);
110108
check!(rustdoc_css_themes, &librustdoc_path);

src/tools/tidy/src/run_make_tests.rs

-104
This file was deleted.

0 commit comments

Comments
 (0)