Move some tests to more reasonable directories
This commit is contained in:
parent
0e63af5da3
commit
2bb4a694d1
62 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 = 1459;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2669;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2615;
|
||||
|
||||
fn check_entries(path: &Path, bad: &mut bool) {
|
||||
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))
|
||||
|
|
Loading…
Add table
Reference in a new issue