1
Fork 0

Rollup merge of #98199 - c410-f3r:z-errors, r=petrochenkov

Move some tests to more reasonable directories

r? `@petrochenkov`
This commit is contained in:
Yuki Okushi 2022-06-22 07:04:02 +09:00 committed by GitHub
commit 65f74c66c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 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 = 968;
const ISSUES_ENTRY_LIMIT: usize = 2179;
const ISSUES_ENTRY_LIMIT: usize = 2147;
fn check_entries(path: &Path, bad: &mut bool) {
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))