Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 22df710

Browse files
authored
Rollup merge of rust-lang#109873 - jyn514:subdirectories, r=compiler-errors
Move some UI tests into subdirectories
2 parents 41cd454 + 01b75e2 commit 22df710

File tree

60 files changed

+1
-1
lines changed

Some content is hidden

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

60 files changed

+1
-1
lines changed

src/tools/tidy/src/ui_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use std::path::{Path, PathBuf};
99

1010
const ENTRY_LIMIT: usize = 1000;
1111
// FIXME: The following limits should be reduced eventually.
12-
const ROOT_ENTRY_LIMIT: usize = 940;
12+
const ROOT_ENTRY_LIMIT: usize = 881;
1313
const ISSUES_ENTRY_LIMIT: usize = 1978;
1414

1515
fn check_entries(tests_path: &Path, bad: &mut bool) {
File renamed without changes.

0 commit comments

Comments
 (0)