Skip to content

Commit c25228a

Browse files
committed
Fix ui_tests
1 parent ecbb5d6 commit c25228a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/ui_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use std::path::{Path, PathBuf};
1414
// #73494.
1515
const ENTRY_LIMIT: usize = 900;
1616
const ISSUES_ENTRY_LIMIT: usize = 1782;
17-
const ROOT_ENTRY_LIMIT: usize = 870;
17+
const ROOT_ENTRY_LIMIT: usize = 868;
1818

1919
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
2020
"rs", // test source files

0 commit comments

Comments
 (0)