mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Move tests to a more appropriate directory
This commit is contained in:
parent
7d151fa3b0
commit
7894a11483
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user