Rollup merge of #98199 - c410-f3r:z-errors, r=petrochenkov
Move some tests to more reasonable directories r? `@petrochenkov`
This commit is contained in:
commit
65f74c66c2
41 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue