Skip to content

Commit c590396

Browse files
authored
Rollup merge of rust-lang#104003 - c410-f3r:moar-errors, r=petrochenkov
Move some tests to more reasonable directories r? `@petrochenkov`
2 parents 170ad4a + f63ac6a commit c590396

13 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/tools/tidy/src/ui_tests.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ use std::path::Path;
99

1010
const ENTRY_LIMIT: usize = 1000;
1111
// FIXME: The following limits should be reduced eventually.
12-
const ROOT_ENTRY_LIMIT: usize = 941;
13-
const ISSUES_ENTRY_LIMIT: usize = 2117;
12+
const ROOT_ENTRY_LIMIT: usize = 939;
13+
const ISSUES_ENTRY_LIMIT: usize = 2105;
1414

1515
fn check_entries(path: &Path, bad: &mut bool) {
1616
for dir in Walk::new(&path.join("test/ui")) {

0 commit comments

Comments
 (0)