Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 774a25c

Browse files
committedFeb 3, 2025
Fix bootstrap build_all test
1 parent 724a784 commit 774a25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/bootstrap/src/core/builder/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ mod dist {
579579
let mut builder = Builder::new(&build);
580580
builder.run_step_descriptions(&Builder::get_step_descriptions(Kind::Build), &[
581581
"compiler/rustc".into(),
582-
"library".into(),
582+
"std".into(),
583583
]);
584584

585585
assert_eq!(first(builder.cache.all::<compile::Std>()), &[

0 commit comments

Comments
 (0)
Failed to load comments.