Skip to content

Commit 69a5264

Browse files
committedFeb 9, 2024
Move some tests
1 parent e28fae5 commit 69a5264

30 files changed

+2
-22
lines changed
 

‎src/tools/tidy/src/ui_tests.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ use std::path::{Path, PathBuf};
1414
// #73494.
1515
const ENTRY_LIMIT: usize = 900;
1616
// FIXME: The following limits should be reduced eventually.
17-
const ISSUES_ENTRY_LIMIT: usize = 1819;
18-
const ROOT_ENTRY_LIMIT: usize = 872;
17+
const ISSUES_ENTRY_LIMIT: usize = 1794;
18+
const ROOT_ENTRY_LIMIT: usize = 870;
1919

2020
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
2121
"rs", // test source files
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎tests/ui/extern-mod-syntax.rs

-11
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎tests/ui/issues/issue-3878.rs

-9
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.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.