X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Ftidy%2Fsrc%2Fdeps.rs;h=1aee4d7cda43ca46acb4a88d76ce4852d5e22a03;hb=2e46faa3cacc111d77294a7c1a1d8337cd018e80;hp=886bdf6fbbf893c38a41de32170842a1d76fd4c4;hpb=3c48c89e7b9cea0b70a138571dec708fd09ba72f;p=rust.git diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 886bdf6fbbf..1aee4d7cda4 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -54,7 +54,7 @@ /// These are the root crates that are part of the runtime. The licenses for /// these and all their dependencies *must not* be in the exception list. -const RUNTIME_CRATES: &[&str] = &["std", "core", "alloc", "panic_abort", "panic_unwind"]; +const RUNTIME_CRATES: &[&str] = &["std", "core", "alloc", "test", "panic_abort", "panic_unwind"]; /// Which crates to check against the whitelist? const WHITELIST_CRATES: &[&str] = &["rustc", "rustc_codegen_llvm"];