Skip to content

Commit 7f5ce94

Browse files
committed
Bring tests back into rustc source tarball
They were missing after recent move from src/test to tests.
1 parent c8e6a9e commit 7f5ce94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/dist.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ impl Step for PlainSourceTarball {
962962
"Cargo.toml",
963963
"Cargo.lock",
964964
];
965-
let src_dirs = ["src", "compiler", "library"];
965+
let src_dirs = ["src", "compiler", "library", "tests"];
966966

967967
copy_src_dirs(builder, &builder.src, &src_dirs, &[], &plain_dst_src);
968968

0 commit comments

Comments
 (0)