mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Move some tests to more reasonable directories
This commit is contained in:
parent
0e63af5da3
commit
2bb4a694d1
@ -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…
Reference in New Issue
Block a user