Fix bootstrap build_all test
This commit is contained in:
parent
e256a21734
commit
d40ed632b6
1 changed files with 1 additions and 1 deletions
|
|
@ -647,7 +647,7 @@ mod dist {
|
|||
let mut builder = Builder::new(&build);
|
||||
builder.run_step_descriptions(
|
||||
&Builder::get_step_descriptions(Kind::Build),
|
||||
&["compiler/rustc".into(), "library".into()],
|
||||
&["compiler/rustc".into(), "std".into()],
|
||||
);
|
||||
|
||||
assert_eq!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue