Add FIXME to remind removing the check once all tests are ported over

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-03-27 21:31:56 +00:00
parent 0f1bbe3141
commit 7a99be35f2
No known key found for this signature in database
GPG Key ID: 95DDEBD74A1DC2C0
1 changed files with 1 additions and 0 deletions

View File

@ -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);