diff options
| author | bors <bors@rust-lang.org> | 2022-04-22 05:15:47 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-04-22 05:15:47 +0000 |
| commit | 1158ade996d69498e946ca5901184aaa3e0edf4c (patch) | |
| tree | 7b6de6a58025f9e84711b5d3f0c349c28704d231 /src/tools | |
| parent | 8b2393086f4c41007b5fb02ef0579ffa7046bff2 (diff) | |
| parent | 0bd4dafab332d6d63c4c06944956f41b785be10f (diff) | |
| download | rust-1158ade996d69498e946ca5901184aaa3e0edf4c.tar.gz rust-1158ade996d69498e946ca5901184aaa3e0edf4c.zip | |
Auto merge of #96144 - c410-f3r:z-errors, r=petrochenkov
Move some tests to more reasonable places cc #73494 r? `@petrochenkov`
Diffstat (limited to 'src/tools')
| -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 63a8909c662..d823b412c59 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -8,7 +8,7 @@ use std::path::Path; const ENTRY_LIMIT: usize = 1000; // FIXME: The following limits should be reduced eventually. const ROOT_ENTRY_LIMIT: usize = 986; -const ISSUES_ENTRY_LIMIT: usize = 2310; +const ISSUES_ENTRY_LIMIT: usize = 2292; fn check_entries(path: &Path, bad: &mut bool) { let dirs = walkdir::WalkDir::new(&path.join("test/ui")) |
