Move some tests · rust-lang/rust@69a5264 (original) (raw)
30 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -14,8 +14,8 @@ use std::path::{Path, PathBuf}; | ||
14 | 14 | // #73494. |
15 | 15 | const ENTRY_LIMIT: usize = 900; |
16 | 16 | // 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; | |
19 | 19 | |
20 | 20 | const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[ |
21 | 21 | "rs", // test source files |
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.