Skip to content

Commit 3490170

Browse files
committed
Move some tests to more reasonable directories - 5
1 parent 1705a7d commit 3490170

29 files changed

+2
-2
lines changed
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

+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 = 1408;
11-
const ISSUES_ENTRY_LIMIT: usize = 2565;
10+
const ROOT_ENTRY_LIMIT: usize = 1390;
11+
const ISSUES_ENTRY_LIMIT: usize = 2551;
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)