Move all alloc integration tests to a new alloctests crate
This commit is contained in:
parent
03eb454523
commit
fb04372dc5
58 changed files with 73 additions and 25 deletions
|
|
@ -475,7 +475,7 @@ pub fn check(path: &Path, bad: &mut bool) {
|
|||
&& !trimmed.starts_with("//")
|
||||
&& !file.ancestors().any(|a| {
|
||||
(a.ends_with("tests") && a.join("COMPILER_TESTS.md").exists())
|
||||
|| a.ends_with("library/alloc/tests")
|
||||
|| a.ends_with("library/alloctests")
|
||||
})
|
||||
&& filename != "tests.rs"
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue