about summary refs log tree commit diff
path: root/src/tools/tidy
diff options
context:
space:
mode:
authorCaio <c410.f3r@gmail.com>2022-06-21 09:33:14 -0300
committerCaio <c410.f3r@gmail.com>2022-06-21 09:33:14 -0300
commitb6290debedf28aef1af2b8408b49431ccd9c3328 (patch)
tree6b4fcf3bd2f1d3bfe558d300593644b1e0debc81 /src/tools/tidy
parentabace0a1f17986d89aedf610819deab2b4afee56 (diff)
downloadrust-b6290debedf28aef1af2b8408b49431ccd9c3328.tar.gz
rust-b6290debedf28aef1af2b8408b49431ccd9c3328.zip
Move some tests to more reasonable directories
Diffstat (limited to 'src/tools/tidy')
-rw-r--r--src/tools/tidy/src/ui_tests.rs2
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 f59121181d2..8ec5c332493 100644
--- a/src/tools/tidy/src/ui_tests.rs
+++ b/src/tools/tidy/src/ui_tests.rs
@@ -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 = 968;
-const ISSUES_ENTRY_LIMIT: usize = 2179;
+const ISSUES_ENTRY_LIMIT: usize = 2147;
 
 fn check_entries(path: &Path, bad: &mut bool) {
     let dirs = walkdir::WalkDir::new(&path.join("test/ui"))