Skip to content

Commit 7a99be3

Browse files
committed
Add FIXME to remind removing the check once all tests are ported over
1 parent 0f1bbe3 commit 7a99be3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ 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.
106107
check!(run_make_tests, &tests_path, &src_path, bless);
107108
check!(mir_opt_tests, &tests_path, bless);
108109
check!(rustdoc_gui_tests, &tests_path);

0 commit comments

Comments
 (0)