about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-04-14 03:30:25 +0000
committerbors <bors@rust-lang.org>2023-04-14 03:30:25 +0000
commitd558796beb400cceb2a2b8950f35aa518a58a586 (patch)
tree0cdb0a687073990010c12c82501d5cf1cf5c593a /src
parent7a78c4ffd56f11d3a84c99a1cc737cf7bde2660d (diff)
parent88ee6e5a6c5fad39494d4f5dcbfe026fa7fac621 (diff)
downloadrust-d558796beb400cceb2a2b8950f35aa518a58a586.tar.gz
rust-d558796beb400cceb2a2b8950f35aa518a58a586.zip
Auto merge of #109875 - jyn514:no-fulldeps, r=compiler-errors
Move most ui-fulldeps tests to ui/

Same rationale as https://github.com/rust-lang/rust/pull/109770, they don't actually need a stage 2 build.

This increases the limit for the UI directory because otherwise it was annoying to be constantly moving files into subdirectories when I fixed a test; https://github.com/rust-lang/rust/pull/109873 makes up for it.

cc https://github.com/rust-lang/rust/pull/109770, https://github.com/rust-lang/rust/pull/109874
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 7b7ee62a247..3d7f9828a7e 100644
--- a/src/tools/tidy/src/ui_tests.rs
+++ b/src/tools/tidy/src/ui_tests.rs
@@ -9,7 +9,7 @@ use std::path::{Path, PathBuf};
 
 // FIXME: The following limits should be reduced eventually.
 const ENTRY_LIMIT: usize = 885;
-const ROOT_ENTRY_LIMIT: usize = 880;
+const ROOT_ENTRY_LIMIT: usize = 891;
 const ISSUES_ENTRY_LIMIT: usize = 1978;
 
 fn check_entries(tests_path: &Path, bad: &mut bool) {