Skip to content

Commit 2e46faa

Browse files
committed
tidy: Add test to RUNTIME_CRATES.
1 parent 3c48c89 commit 2e46faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/deps.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
5454

5555
/// These are the root crates that are part of the runtime. The licenses for
5656
/// these and all their dependencies *must not* be in the exception list.
57-
const RUNTIME_CRATES: &[&str] = &["std", "core", "alloc", "panic_abort", "panic_unwind"];
57+
const RUNTIME_CRATES: &[&str] = &["std", "core", "alloc", "test", "panic_abort", "panic_unwind"];
5858

5959
/// Which crates to check against the whitelist?
6060
const WHITELIST_CRATES: &[&str] = &["rustc", "rustc_codegen_llvm"];

0 commit comments

Comments
 (0)