Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 8d09b8e

Browse files
committed
Auto merge of rust-lang#110370 - c410-f3r:dqewdas, r=petrochenkov
Move test files r? `@petrochenkov`
2 parents d19b64f + 4adc5f9 commit 8d09b8e

26 files changed

+1
-99
lines changed

src/tools/tidy/src/ui_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use std::path::{Path, PathBuf};
1010
// FIXME: The following limits should be reduced eventually.
1111
const ENTRY_LIMIT: usize = 885;
1212
const ROOT_ENTRY_LIMIT: usize = 894;
13-
const ISSUES_ENTRY_LIMIT: usize = 1977;
13+
const ISSUES_ENTRY_LIMIT: usize = 1953;
1414

1515
fn check_entries(tests_path: &Path, bad: &mut bool) {
1616
let mut directories: HashMap<PathBuf, usize> = HashMap::new();
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.

tests/ui/issues/issue-6458-1.rs

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)