diff options
| author | Caio <c410.f3r@gmail.com> | 2023-05-08 17:58:01 -0300 |
|---|---|---|
| committer | Caio <c410.f3r@gmail.com> | 2023-05-08 17:58:01 -0300 |
| commit | 02856110968903bf50a32184db200ccd9b6cc8b6 (patch) | |
| tree | 07bd1826387ae6974a86b0cc65b191a93847f8de /src/tools | |
| parent | a0111af531178e48375f14f838d7a2298524067c (diff) | |
| download | rust-02856110968903bf50a32184db200ccd9b6cc8b6.tar.gz rust-02856110968903bf50a32184db200ccd9b6cc8b6.zip | |
Move tests
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/ui_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/ui_tests.rs b/src/tools/tidy/src/ui_tests.rs index e4f328ec0dd..9473eabe442 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -9,7 +9,7 @@ use std::path::{Path, PathBuf}; const ENTRY_LIMIT: usize = 900; // FIXME: The following limits should be reduced eventually. -const ISSUES_ENTRY_LIMIT: usize = 1953; +const ISSUES_ENTRY_LIMIT: usize = 1920; const ROOT_ENTRY_LIMIT: usize = 895; fn check_entries(tests_path: &Path, bad: &mut bool) { |
