Skip to content

Commit

Permalink
Bump ISSUES_ENTRY_LIMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
camsteffen committed Oct 23, 2022
1 parent 7533a94 commit b71f85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/ui_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::path::Path;
const ENTRY_LIMIT: usize = 1000;
// FIXME: The following limits should be reduced eventually.
const ROOT_ENTRY_LIMIT: usize = 948;
const ISSUES_ENTRY_LIMIT: usize = 2117;
const ISSUES_ENTRY_LIMIT: usize = 2118;

fn check_entries(path: &Path, bad: &mut bool) {
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))
Expand Down

0 comments on commit b71f85d

Please sign in to comment.