Skip to content

Commit c4c6453

Browse files
committed
Fix bad rebase
1 parent a5337d6 commit c4c6453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/builder/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ mod dist {
370370
let mut builder = Builder::new(&build);
371371
builder.run_step_descriptions(
372372
&Builder::get_step_descriptions(Kind::Build),
373-
&["src/rustc".into(), "src/libstd".into()],
373+
&["src/rustc".into(), "library/std".into()],
374374
);
375375

376376
let a = TargetSelection::from_user("A");

0 commit comments

Comments
 (0)