Skip to content

Commit e6d4725

Browse files
committed
Auto merge of #112071 - WaffleLapkin:group-rfcs-tests, r=oli-obk
Group rfcs tests This moves all RFC tests to `tests/ui/rfcs/rfc-NNNN-title-title-title/...` I had to rename some tests due to conflicts, but otherwise this is just a move.
2 parents 408bbd0 + 18e016f commit e6d4725

File tree

544 files changed

+146
-146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

544 files changed

+146
-146
lines changed

src/tools/tidy/src/ui_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::path::{Path, PathBuf};
1111
const ENTRY_LIMIT: usize = 900;
1212
// FIXME: The following limits should be reduced eventually.
1313
const ISSUES_ENTRY_LIMIT: usize = 1898;
14-
const ROOT_ENTRY_LIMIT: usize = 891;
14+
const ROOT_ENTRY_LIMIT: usize = 871;
1515

1616
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
1717
"rs", // test source files

tests/ui/rfc-2005-default-binding-mode/enum.rs

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

tests/ui/rfc-2005-default-binding-mode/for.rs

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

tests/ui/rfc-2005-default-binding-mode/lit.rs

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

tests/ui/rfc-2005-default-binding-mode/slice.rs

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

0 commit comments

Comments
 (0)