Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1158ade

Browse files
committedApr 22, 2022
Auto merge of #96144 - c410-f3r:z-errors, r=petrochenkov
Move some tests to more reasonable places cc #73494 r? `@petrochenkov`
2 parents 8b23930 + 0bd4daf commit 1158ade

17 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.
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.

Diff for: ‎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 = 986;
11-
const ISSUES_ENTRY_LIMIT: usize = 2310;
11+
const ISSUES_ENTRY_LIMIT: usize = 2292;
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)
Please sign in to comment.