Move some tests to more suitable subdirs

This commit is contained in:
Yuki Okushi 2021-03-05 18:34:12 +09:00
parent 45b3c28518
commit eb9abea295
35 changed files with 1 additions and 46 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 = 1418;
const ISSUES_ENTRY_LIMIT: usize = 2582;
const ISSUES_ENTRY_LIMIT: usize = 2565;
fn check_entries(path: &Path, bad: &mut bool) {
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))