diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-02-03 23:09:24 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-02-10 10:58:51 +0100 |
| commit | d40ed632b6909f4ebf0b3cbda98615b9c2acd65b (patch) | |
| tree | 0f0cd45e91b3b8c0918b02e0868f03b69e33bb8e | |
| parent | e256a21734dbd88bed0ec6934e5d6b2ab2754927 (diff) | |
| download | rust-d40ed632b6909f4ebf0b3cbda98615b9c2acd65b.tar.gz rust-d40ed632b6909f4ebf0b3cbda98615b9c2acd65b.zip | |
Fix bootstrap `build_all` test
| -rw-r--r-- | src/bootstrap/src/core/builder/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/builder/tests.rs b/src/bootstrap/src/core/builder/tests.rs index 74e1ed5c637..d72e185f51a 100644 --- a/src/bootstrap/src/core/builder/tests.rs +++ b/src/bootstrap/src/core/builder/tests.rs @@ -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!( |
