about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2021-02-18 15:57:29 +0900
committerGitHub <noreply@github.com>2021-02-18 15:57:29 +0900
commitfe15494857088edbed83dbfa088debd6b4d7bf65 (patch)
tree05dea3d823c70f5b7b74df989b1258c397bde3a0 /src/tools
parent135a05c5ae84998fe302c34e4c586d649791efcc (diff)
parente7e93717ce8e6f5cec217ebfcda2d8c8b76f6b49 (diff)
downloadrust-fe15494857088edbed83dbfa088debd6b4d7bf65.tar.gz
rust-fe15494857088edbed83dbfa088debd6b4d7bf65.zip
Rollup merge of #82203 - c410-f3r:tests-tests-tests, r=Dylan-DPC
Move some tests to more reasonable directories - 4

cc #81941
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 74ed2366752..659d5ae03c9 100644
--- a/src/tools/tidy/src/ui_tests.rs
+++ b/src/tools/tidy/src/ui_tests.rs
@@ -7,8 +7,8 @@ use std::path::Path;
 
 const ENTRY_LIMIT: usize = 1000;
 // FIXME: The following limits should be reduced eventually.
-const ROOT_ENTRY_LIMIT: usize = 1459;
-const ISSUES_ENTRY_LIMIT: usize = 2615;
+const ROOT_ENTRY_LIMIT: usize = 1418;
+const ISSUES_ENTRY_LIMIT: usize = 2582;
 
 fn check_entries(path: &Path, bad: &mut bool) {
     let dirs = walkdir::WalkDir::new(&path.join("test/ui"))