1
Fork 0

Rollup merge of #103305 - c410-f3r:moar-errors, r=petrochenkov

Move some tests to more reasonable places

r? `@petrochenkov`
This commit is contained in:
Dylan DPC 2022-10-23 15:20:20 +05:30 committed by GitHub
commit d35a24a0c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 1 additions and 1 deletions

View file

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