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
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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) {