mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
move compiletest's own ui tests into a subdirectory
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
const ENTRY_LIMIT: usize = 1000;
|
||||
// FIXME: The following limits should be reduced eventually.
|
||||
const ROOT_ENTRY_LIMIT: usize = 949;
|
||||
const ROOT_ENTRY_LIMIT: usize = 948;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2117;
|
||||
|
||||
fn check_entries(path: &Path, bad: &mut bool) {
|
||||
|
||||
Reference in New Issue
Block a user