Skip to content

Commit b7b0291

Browse files
committed
Move some UI tests to more suitable subdirs
1 parent ae90dcf commit b7b0291

10 files changed

+1
-27
lines changed
File renamed without changes.

src/test/ui/estr-subtyping.rs

-15
This file was deleted.

src/test/ui/estr-subtyping.stderr

-11
This file was deleted.

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 = 1345;
11-
const ISSUES_ENTRY_LIMIT: usize = 2530;
11+
const ISSUES_ENTRY_LIMIT: usize = 2525;
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)