mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Auto merge of #97497 - c410-f3r:z-errors, r=petrochenkov
Move some tests to more reasonable places r? `@petrochenkov`
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
const ENTRY_LIMIT: usize = 1000;
|
||||
// FIXME: The following limits should be reduced eventually.
|
||||
const ROOT_ENTRY_LIMIT: usize = 971;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2234;
|
||||
const ROOT_ENTRY_LIMIT: usize = 969;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2211;
|
||||
|
||||
fn check_entries(path: &Path, bad: &mut bool) {
|
||||
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))
|
||||
|
||||
Reference in New Issue
Block a user