1
Fork 0

Auto merge of #96144 - c410-f3r:z-errors, r=petrochenkov

Move some tests to more reasonable places

cc #73494
r? `@petrochenkov`
This commit is contained in:
bors 2022-04-22 05:15:47 +00:00
commit 1158ade996
17 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ use std::path::Path;
const ENTRY_LIMIT: usize = 1000;
// FIXME: The following limits should be reduced eventually.
const ROOT_ENTRY_LIMIT: usize = 986;
const ISSUES_ENTRY_LIMIT: usize = 2310;
const ISSUES_ENTRY_LIMIT: usize = 2292;
fn check_entries(path: &Path, bad: &mut bool) {
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))