Skip to content

Commit 985ea22

Browse files
authored
Rollup merge of rust-lang#111021 - c410-f3r:dqewdas, r=petrochenkov
Move some tests r? ``@petrochenkov``
2 parents e4c8250 + 0285611 commit 985ea22

34 files changed

+1
-18
lines changed

src/tools/tidy/src/ui_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use std::path::{Path, PathBuf};
99

1010
const ENTRY_LIMIT: usize = 900;
1111
// FIXME: The following limits should be reduced eventually.
12-
const ISSUES_ENTRY_LIMIT: usize = 1953;
12+
const ISSUES_ENTRY_LIMIT: usize = 1920;
1313
const ROOT_ENTRY_LIMIT: usize = 895;
1414

1515
fn check_entries(tests_path: &Path, bad: &mut bool) {
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.

tests/ui/issues/issue-2748-a.rs

-17
This file was deleted.
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.

0 commit comments

Comments
 (0)