Skip to content

Commit ee07df9

Browse files
authored
Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkov
Move some tests r? `@petrochenkov`
2 parents 42f2303 + d75e43c commit ee07df9

26 files changed

+1
-1
lines changed

src/tools/tidy/src/ui_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use std::path::Path;
1010
const ENTRY_LIMIT: usize = 1000;
1111
// FIXME: The following limits should be reduced eventually.
1212
const ROOT_ENTRY_LIMIT: usize = 940;
13-
const ISSUES_ENTRY_LIMIT: usize = 2001;
13+
const ISSUES_ENTRY_LIMIT: usize = 1978;
1414

1515
fn check_entries(path: &Path, bad: &mut bool) {
1616
for dir in Walk::new(&path.join("ui")) {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)