about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMichael Baikov <manpacket@gmail.com>2024-03-22 11:20:55 -0400
committerMichael Baikov <manpacket@gmail.com>2024-03-22 11:27:34 -0400
commitb84326ec9caca0c8877bc58a85a8c7814ca6c052 (patch)
treec39787359e7d5b47116c464842bb1fbec829bf14 /src
parentbf12aa49e71d6e444c34d7adb87647f36b7dde1a (diff)
tests/ui: Add a directory for warnings, add a test
Diffstat (limited to 'src')
-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 22927cffd1b..015d0518a40 100644
--- a/src/tools/tidy/src/ui_tests.rs
+++ b/src/tools/tidy/src/ui_tests.rs
@@ -18,7 +18,7 @@ const ENTRY_LIMIT: usize = 900;
 // FIXME: The following limits should be reduced eventually.
 
 const ISSUES_ENTRY_LIMIT: usize = 1750;
-const ROOT_ENTRY_LIMIT: usize = 859;
+const ROOT_ENTRY_LIMIT: usize = 860;
 
 const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
     "rs",     // test source files