We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1bbe3 commit 7a99be3Copy full SHA for 7a99be3
src/tools/tidy/src/main.rs
@@ -103,6 +103,7 @@ fn main() {
103
check!(tests_revision_unpaired_stdout_stderr, &tests_path);
104
check!(debug_artifacts, &tests_path);
105
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);
108
check!(mir_opt_tests, &tests_path, bless);
109
check!(rustdoc_gui_tests, &tests_path);
0 commit comments