Move tests to a more appropriate directory

This commit is contained in:
Oli Scherer 2024-05-28 09:26:40 +00:00
parent 7d151fa3b0
commit 7894a11483
4 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ use std::path::{Path, PathBuf};
const ENTRY_LIMIT: u32 = 900; const ENTRY_LIMIT: u32 = 900;
// FIXME: The following limits should be reduced eventually. // FIXME: The following limits should be reduced eventually.
const ISSUES_ENTRY_LIMIT: u32 = 1675; const ISSUES_ENTRY_LIMIT: u32 = 1672;
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[ const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
"rs", // test source files "rs", // test source files