diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-04-03 08:58:55 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-03 08:58:55 +0200 | 
| commit | 22df7107bdd36cf47e327c8165e720c1eccb351d (patch) | |
| tree | 8f6593d93ba5e7d47fce4222562444d4dce4dfd9 /src | |
| parent | 41cd4542287833bd0ed8249a18661bd00813814f (diff) | |
| parent | 01b75e20f2f92e3086bc004cd2f4430bf41ccdc0 (diff) | |
| download | rust-22df7107bdd36cf47e327c8165e720c1eccb351d.tar.gz rust-22df7107bdd36cf47e327c8165e720c1eccb351d.zip  | |
Rollup merge of #109873 - jyn514:subdirectories, r=compiler-errors
Move some UI tests into subdirectories
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/ui_tests.rs | 2 | 
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 20b8a2c3b24..f582666ab28 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}; const ENTRY_LIMIT: usize = 1000; // FIXME: The following limits should be reduced eventually. -const ROOT_ENTRY_LIMIT: usize = 940; +const ROOT_ENTRY_LIMIT: usize = 881; const ISSUES_ENTRY_LIMIT: usize = 1978; fn check_entries(tests_path: &Path, bad: &mut bool) {  | 
