Move tests
This commit is contained in:
parent
b7cdb635c4
commit
7ffcedf665
@ -10,7 +10,7 @@ use std::path::Path;
|
||||
const ENTRY_LIMIT: usize = 1000;
|
||||
// FIXME: The following limits should be reduced eventually.
|
||||
const ROOT_ENTRY_LIMIT: usize = 939;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2050;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 1998;
|
||||
|
||||
fn check_entries(path: &Path, bad: &mut bool) {
|
||||
for dir in Walk::new(&path.join("test/ui")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user