Skip to content

Commit 5119f7d

Browse files
committed
directory size limit :<
1 parent 6f9041b commit 5119f7d

File tree

115 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+3
-3
lines changed

src/tools/tidy/src/ui_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::path::{Path, PathBuf};
1111
const ENTRY_LIMIT: usize = 900;
1212
// FIXME: The following limits should be reduced eventually.
1313
const ISSUES_ENTRY_LIMIT: usize = 1898;
14-
const ROOT_ENTRY_LIMIT: usize = 894;
14+
const ROOT_ENTRY_LIMIT: usize = 891;
1515

1616
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
1717
"rs", // test source files
File renamed without changes.
File renamed without changes.

tests/ui/hr-subtype/hr-subtype.bound_a_b_ret_a_vs_bound_a_ret_a.stderr renamed to tests/ui/higher-ranked/subtype/hr-subtype.bound_a_b_ret_a_vs_bound_a_ret_a.stderr

File renamed without changes.

tests/ui/hr-subtype/hr-subtype.bound_a_vs_free_x.stderr renamed to tests/ui/higher-ranked/subtype/hr-subtype.bound_a_vs_free_x.stderr

File renamed without changes.

tests/ui/hr-subtype/hr-subtype.bound_inv_a_b_vs_bound_inv_a.stderr renamed to tests/ui/higher-ranked/subtype/hr-subtype.bound_inv_a_b_vs_bound_inv_a.stderr

File renamed without changes.

tests/ui/hr-subtype/hr-subtype.free_inv_x_vs_free_inv_y.stderr renamed to tests/ui/higher-ranked/subtype/hr-subtype.free_inv_x_vs_free_inv_y.stderr

File renamed without changes.

tests/ui/hr-subtype/hr-subtype.free_x_vs_free_y.stderr renamed to tests/ui/higher-ranked/subtype/hr-subtype.free_x_vs_free_y.stderr

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)