Skip to content

Commit 9e47e90

Browse files
authored
Rollup merge of #111558 - c410-f3r:t3st3ss, r=WaffleLapkin
Move tests r? `@petrochenkov`
2 parents 498553f + c62d49e commit 9e47e90

25 files changed

+2
-2
lines changed

src/tools/tidy/src/ui_tests.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ use std::path::{Path, PathBuf};
1010

1111
const ENTRY_LIMIT: usize = 900;
1212
// FIXME: The following limits should be reduced eventually.
13-
const ISSUES_ENTRY_LIMIT: usize = 1920;
14-
const ROOT_ENTRY_LIMIT: usize = 896;
13+
const ISSUES_ENTRY_LIMIT: usize = 1898;
14+
const ROOT_ENTRY_LIMIT: usize = 894;
1515

1616
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
1717
"rs", // test source files
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)