Skip to content

Commit 25e3956

Browse files
committed
Move tests
1 parent c373194 commit 25e3956

25 files changed

+2
-2
lines changed

src/tools/tidy/src/ui_tests.rs

Lines changed: 2 additions & 2 deletions
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.

0 commit comments

Comments
 (0)