Skip to content

Commit 4e6d6ab

Browse files
committed
Move some tests to more reasonable directories - 6
1 parent 4029d4d commit 4e6d6ab

39 files changed

+1
-1
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.

src/tools/tidy/src/ui_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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 = 1390;
10+
const ROOT_ENTRY_LIMIT: usize = 1388;
1111
const ISSUES_ENTRY_LIMIT: usize = 2551;
1212

1313
fn check_entries(path: &Path, bad: &mut bool) {

0 commit comments

Comments
 (0)