diff options
| author | Caio <c410.f3r@gmail.com> | 2023-05-14 09:49:20 -0300 |
|---|---|---|
| committer | Caio <c410.f3r@gmail.com> | 2023-05-24 19:35:59 -0300 |
| commit | 25e395653df2a91fc9a76dfd3ef050f1c7ba9fca (patch) | |
| tree | 317f278dbb889c435dad7c895a9ac007fd4238a8 /src | |
| parent | c373194cb6d882dc455a588bcc29c92a96b50252 (diff) | |
| download | rust-25e395653df2a91fc9a76dfd3ef050f1c7ba9fca.tar.gz rust-25e395653df2a91fc9a76dfd3ef050f1c7ba9fca.zip | |
Move tests
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/ui_tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tidy/src/ui_tests.rs b/src/tools/tidy/src/ui_tests.rs index be3a5d3aa0f..3e9bf18a287 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -10,8 +10,8 @@ use std::path::{Path, PathBuf}; const ENTRY_LIMIT: usize = 900; // FIXME: The following limits should be reduced eventually. -const ISSUES_ENTRY_LIMIT: usize = 1920; -const ROOT_ENTRY_LIMIT: usize = 896; +const ISSUES_ENTRY_LIMIT: usize = 1898; +const ROOT_ENTRY_LIMIT: usize = 894; const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[ "rs", // test source files |
