Skip to content

Commit 985ea22

Browse files
authored
Rollup merge of #111021 - c410-f3r:dqewdas, r=petrochenkov
Move some tests r? ``@petrochenkov``
2 parents e4c8250 + 0285611 commit 985ea22

34 files changed

+1
-18
lines changed

src/tools/tidy/src/ui_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use std::path::{Path, PathBuf};
99

1010
const ENTRY_LIMIT: usize = 900;
1111
// FIXME: The following limits should be reduced eventually.
12-
const ISSUES_ENTRY_LIMIT: usize = 1953;
12+
const ISSUES_ENTRY_LIMIT: usize = 1920;
1313
const ROOT_ENTRY_LIMIT: usize = 895;
1414

1515
fn check_entries(tests_path: &Path, bad: &mut bool) {

0 commit comments

Comments
 (0)