Skip to content

Commit 7d33e5b

Browse files
committed
Fix bootstrap test script
1 parent 27a5f4f commit 7d33e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test_bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ index 5bd1147cad5..10d68a2ff14 100644
1919
--- a/Cargo.toml
2020
+++ b/Cargo.toml
2121
@@ -111,5 +111,7 @@ rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
22-
# source code for this crate.
23-
backtrace = { path = "library/backtrace" }
22+
rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
23+
rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
2424
2525
+compiler_builtins = { path = "../build_sysroot/compiler-builtins" }
2626
+

0 commit comments

Comments
 (0)