diff options
| author | Caio <c410.f3r@gmail.com> | 2022-06-21 09:33:14 -0300 |
|---|---|---|
| committer | Caio <c410.f3r@gmail.com> | 2022-06-21 09:33:14 -0300 |
| commit | b6290debedf28aef1af2b8408b49431ccd9c3328 (patch) | |
| tree | 6b4fcf3bd2f1d3bfe558d300593644b1e0debc81 /src/tools/tidy | |
| parent | abace0a1f17986d89aedf610819deab2b4afee56 (diff) | |
| download | rust-b6290debedf28aef1af2b8408b49431ccd9c3328.tar.gz rust-b6290debedf28aef1af2b8408b49431ccd9c3328.zip | |
Move some tests to more reasonable directories
Diffstat (limited to 'src/tools/tidy')
| -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 f59121181d2..8ec5c332493 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 = 968; -const ISSUES_ENTRY_LIMIT: usize = 2179; +const ISSUES_ENTRY_LIMIT: usize = 2147; fn check_entries(path: &Path, bad: &mut bool) { let dirs = walkdir::WalkDir::new(&path.join("test/ui")) |
