Rollup merge of #106460 - c410-f3r:moar-errors, r=compiler-errors

Move tests

r? `@petrochenkov`
This commit is contained in:
Matthias Krüger 2023-01-04 23:39:51 +01:00 committed by GitHub
commit 3df7cd9553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
25 changed files with 1 additions and 1 deletions

View File

@ -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")) {