Skip to content

Commit

Permalink
Add FIXME to remind removing the check once all tests are ported over
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Mar 27, 2024
1 parent 0f1bbe3 commit 7a99be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ fn main() {
check!(tests_revision_unpaired_stdout_stderr, &tests_path);
check!(debug_artifacts, &tests_path);
check!(ui_tests, &root_path, bless);
// FIXME(jieyouxu): remove this check once all run-make tests are ported over to rmake.rs.
check!(run_make_tests, &tests_path, &src_path, bless);
check!(mir_opt_tests, &tests_path, bless);
check!(rustdoc_gui_tests, &tests_path);
Expand Down

0 comments on commit 7a99be3

Please sign in to comment.