Move some tests to more reasonable directories

This commit is contained in:
Caio 2021-01-31 19:46:46 -03:00
parent 0e63af5da3
commit 2bb4a694d1
62 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 = 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"))