about summary refs log tree commit diff
path: root/src/tools/tidy
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-03-05 10:04:22 -0500
committerJoshua Nelson <jyn514@gmail.com>2021-03-08 09:17:04 -0500
commitbc1fbf55db9671be7bb04bbf5f68b48f8ee17b2e (patch)
tree52ebdd60eb1597aa9470cd71d2e371f9b367f7c0 /src/tools/tidy
parent66ec64ccf31883cd2c28d045912a76179c0c6ed2 (diff)
downloadrust-bc1fbf55db9671be7bb04bbf5f68b48f8ee17b2e.tar.gz
rust-bc1fbf55db9671be7bb04bbf5f68b48f8ee17b2e.zip
Move rustdoc UI tests into a subdirectory
This also adds a little leeway to the test limit.
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 c69bdca7611..3374a8c9b73 100644
--- a/src/tools/tidy/src/ui_tests.rs
+++ b/src/tools/tidy/src/ui_tests.rs
@@ -7,7 +7,7 @@ use std::path::Path;
 
 const ENTRY_LIMIT: usize = 1000;
 // FIXME: The following limits should be reduced eventually.
-const ROOT_ENTRY_LIMIT: usize = 1418;
+const ROOT_ENTRY_LIMIT: usize = 1408;
 const ISSUES_ENTRY_LIMIT: usize = 2565;
 
 fn check_entries(path: &Path, bad: &mut bool) {