X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Ftidy%2Fsrc%2Fui_tests.rs;h=83551a1d820abe0c5c30ce395dd968100f813638;hb=fe26182281f3f43e2dd237e9c0335da9059c9959;hp=806e84025c4a28cb37b5f841f70e6580e27d1bcc;hpb=80c535f15ce5f54d53f172e8079ec4463b4b98f4;p=rust.git diff --git a/src/tools/tidy/src/ui_tests.rs b/src/tools/tidy/src/ui_tests.rs index 806e84025c4..83551a1d820 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -10,7 +10,7 @@ const ENTRY_LIMIT: usize = 1000; // FIXME: The following limits should be reduced eventually. const ROOT_ENTRY_LIMIT: usize = 939; -const ISSUES_ENTRY_LIMIT: usize = 1998; +const ISSUES_ENTRY_LIMIT: usize = 2001; fn check_entries(path: &Path, bad: &mut bool) { for dir in Walk::new(&path.join("ui")) {