Skip to content

Commit 3017341

Browse files
authored
Rollup merge of #102938 - c410-f3r:here-we-go-again, r=petrochenkov
Move some tests to more reasonable directories r? ``@petrochenkov``
2 parents 20e1268 + dbc8f51 commit 3017341

19 files changed

+2
-30
lines changed
File renamed without changes.

src/test/ui/issues/issue-77993-1.rs

-12
This file was deleted.

src/test/ui/issues/issue-77993-1.stderr

-16
This file was deleted.

src/tools/tidy/src/ui_tests.rs

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

88
const ENTRY_LIMIT: usize = 1000;
99
// FIXME: The following limits should be reduced eventually.
10-
const ROOT_ENTRY_LIMIT: usize = 950;
11-
const ISSUES_ENTRY_LIMIT: usize = 2141;
10+
const ROOT_ENTRY_LIMIT: usize = 948;
11+
const ISSUES_ENTRY_LIMIT: usize = 2126;
1212

1313
fn check_entries(path: &Path, bad: &mut bool) {
1414
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))

0 commit comments

Comments
 (0)