Skip to content

Commit d40ed63

Browse files
Fix bootstrap build_all test
1 parent e256a21 commit d40ed63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ mod dist {
647647
let mut builder = Builder::new(&build);
648648
builder.run_step_descriptions(
649649
&Builder::get_step_descriptions(Kind::Build),
650-
&["compiler/rustc".into(), "library".into()],
650+
&["compiler/rustc".into(), "std".into()],
651651
);
652652

653653
assert_eq!(

0 commit comments

Comments
 (0)