about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorCaio <c410.f3r@gmail.com>2023-05-14 09:49:20 -0300
committerCaio <c410.f3r@gmail.com>2023-05-24 19:35:59 -0300
commit25e395653df2a91fc9a76dfd3ef050f1c7ba9fca (patch)
tree317f278dbb889c435dad7c895a9ac007fd4238a8 /src/tools
parentc373194cb6d882dc455a588bcc29c92a96b50252 (diff)
downloadrust-25e395653df2a91fc9a76dfd3ef050f1c7ba9fca.tar.gz
rust-25e395653df2a91fc9a76dfd3ef050f1c7ba9fca.zip
Move tests
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tidy/src/ui_tests.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tidy/src/ui_tests.rs b/src/tools/tidy/src/ui_tests.rs
index be3a5d3aa0f..3e9bf18a287 100644
--- a/src/tools/tidy/src/ui_tests.rs
+++ b/src/tools/tidy/src/ui_tests.rs
@@ -10,8 +10,8 @@ use std::path::{Path, PathBuf};
 
 const ENTRY_LIMIT: usize = 900;
 // FIXME: The following limits should be reduced eventually.
-const ISSUES_ENTRY_LIMIT: usize = 1920;
-const ROOT_ENTRY_LIMIT: usize = 896;
+const ISSUES_ENTRY_LIMIT: usize = 1898;
+const ROOT_ENTRY_LIMIT: usize = 894;
 
 const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
     "rs",     // test source files