Skip to content

Commit eb9abea

Browse files
committed
Move some tests to more suitable subdirs
1 parent 45b3c28 commit eb9abea

35 files changed

+1
-46
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/test/ui/issues/issue-2633-2.rs

-14
This file was deleted.

src/test/ui/issues/issue-2633.rs

-31
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/tools/tidy/src/ui_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::path::Path;
88
const ENTRY_LIMIT: usize = 1000;
99
// FIXME: The following limits should be reduced eventually.
1010
const ROOT_ENTRY_LIMIT: usize = 1418;
11-
const ISSUES_ENTRY_LIMIT: usize = 2582;
11+
const ISSUES_ENTRY_LIMIT: usize = 2565;
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)