diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-11-04 06:40:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-04 06:40:33 +0100 |
| commit | e6eaa2fe69c3bfbece0e1323d1002ecab289dd1d (patch) | |
| tree | 2d70bd3de7c0b7a18c77a3815c677fe07dba1604 /src/tools | |
| parent | 61c6cdb5f4fc18489c17613c7a4caf7356308239 (diff) | |
| parent | 35b16d01ce149716a8d1443fff6a4c6815f3e56d (diff) | |
Rollup merge of #103930 - fee1-dead-contrib:mv-from-root, r=jyn514
Move some tests from `src/test/ui` to more reasonable places
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 c600f99c2c4..6bf7d8206a5 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -7,7 +7,7 @@ use std::path::Path; const ENTRY_LIMIT: usize = 1000; // FIXME: The following limits should be reduced eventually. -const ROOT_ENTRY_LIMIT: usize = 948; +const ROOT_ENTRY_LIMIT: usize = 941; const ISSUES_ENTRY_LIMIT: usize = 2117; fn check_entries(path: &Path, bad: &mut bool) { |
