Skip to content

Commit d9ab9a4

Browse files
Fix bootstrap build_all test
1 parent e256a21 commit d9ab9a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,9 +645,8 @@ mod dist {
645645
&[TEST_TRIPLE_1, TEST_TRIPLE_2, TEST_TRIPLE_3],
646646
));
647647
let mut builder = Builder::new(&build);
648-
builder.run_step_descriptions(
649648
&Builder::get_step_descriptions(Kind::Build),
650-
&["compiler/rustc".into(), "library".into()],
649+
&["compiler/rustc".into(), "std".into()],
651650
);
652651

653652
assert_eq!(

0 commit comments

Comments
 (0)