mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
Move some tests to more reasonable directories - 6
This commit is contained in:
parent
4029d4d0be
commit
4e6d6abc6a
@ -7,7 +7,7 @@ use std::path::Path;
|
|||||||
|
|
||||||
const ENTRY_LIMIT: usize = 1000;
|
const ENTRY_LIMIT: usize = 1000;
|
||||||
// FIXME: The following limits should be reduced eventually.
|
// FIXME: The following limits should be reduced eventually.
|
||||||
const ROOT_ENTRY_LIMIT: usize = 1390;
|
const ROOT_ENTRY_LIMIT: usize = 1388;
|
||||||
const ISSUES_ENTRY_LIMIT: usize = 2551;
|
const ISSUES_ENTRY_LIMIT: usize = 2551;
|
||||||
|
|
||||||
fn check_entries(path: &Path, bad: &mut bool) {
|
fn check_entries(path: &Path, bad: &mut bool) {
|
||||||
|
Loading…
Reference in New Issue
Block a user