Apply structured suggestion that allows test to work since 1.64

Close #73497.
This commit is contained in:
Esteban Küber 2023-09-28 18:49:39 +00:00
parent b049093560
commit aae391cf68
4 changed files with 14 additions and 2 deletions

View file

@ -10,7 +10,7 @@ use std::path::{Path, PathBuf};
const ENTRY_LIMIT: usize = 900;
// FIXME: The following limits should be reduced eventually.
const ISSUES_ENTRY_LIMIT: usize = 1854;
const ISSUES_ENTRY_LIMIT: usize = 1852;
const ROOT_ENTRY_LIMIT: usize = 867;
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[