move compiletest's own ui tests into a subdirectory

This commit is contained in:
Pietro Albini 2022-11-03 11:48:33 +01:00
parent 1adf83b128
commit 5ed753cb0d
No known key found for this signature in database
GPG Key ID: CD76B35F7734769E
5 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use std::path::Path;
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) {