tests/ui: Add a directory for warnings, add a test

This commit is contained in:
Michael Baikov 2024-03-22 11:20:55 -04:00
parent bf12aa49e7
commit b84326ec9c
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
// FIXME: The following limits should be reduced eventually. // FIXME: The following limits should be reduced eventually.
const ISSUES_ENTRY_LIMIT: usize = 1750; const ISSUES_ENTRY_LIMIT: usize = 1750;
const ROOT_ENTRY_LIMIT: usize = 859; const ROOT_ENTRY_LIMIT: usize = 860;
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[ const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
"rs", // test source files "rs", // test source files