mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Auto merge of #96371 - c410-f3r:z-errors, r=petrochenkov
Move some tests to more reasonable places cc https://github.com/rust-lang/rust/issues/73494 r? `@petrochenkov`
This commit is contained in:
commit
2799141fde
@ -7,8 +7,8 @@ use std::path::Path;
|
||||
|
||||
const ENTRY_LIMIT: usize = 1000;
|
||||
// FIXME: The following limits should be reduced eventually.
|
||||
const ROOT_ENTRY_LIMIT: usize = 986;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2292;
|
||||
const ROOT_ENTRY_LIMIT: usize = 980;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2278;
|
||||
|
||||
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