Skip to content

Commit d35a24a

Browse files
authored
Rollup merge of rust-lang#103305 - c410-f3r:moar-errors, r=petrochenkov
Move some tests to more reasonable places r? `@petrochenkov`
2 parents 0b3e018 + c74165d commit d35a24a

9 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/tools/tidy/src/ui_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::path::Path;
88
const ENTRY_LIMIT: usize = 1000;
99
// FIXME: The following limits should be reduced eventually.
1010
const ROOT_ENTRY_LIMIT: usize = 948;
11-
const ISSUES_ENTRY_LIMIT: usize = 2126;
11+
const ISSUES_ENTRY_LIMIT: usize = 2117;
1212

1313
fn check_entries(path: &Path, bad: &mut bool) {
1414
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))

0 commit comments

Comments
 (0)