Skip to content

Commit 78d9ced

Browse files
committed
Update test output for change to number of crates
1 parent 07c5dfd commit 78d9ced

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ mod snapshot {
15141514
insta::assert_snapshot!(
15151515
ctx.config("check")
15161516
.path("compiler")
1517-
.render_steps(), @"[check] rustc 0 <host> -> rustc 1 <host> (73 crates)");
1517+
.render_steps(), @"[check] rustc 0 <host> -> rustc 1 <host> (74 crates)");
15181518
}
15191519

15201520
#[test]
@@ -1540,7 +1540,7 @@ mod snapshot {
15401540
ctx.config("check")
15411541
.path("compiler")
15421542
.stage(1)
1543-
.render_steps(), @"[check] rustc 0 <host> -> rustc 1 <host> (73 crates)");
1543+
.render_steps(), @"[check] rustc 0 <host> -> rustc 1 <host> (74 crates)");
15441544
}
15451545

15461546
#[test]
@@ -1554,7 +1554,7 @@ mod snapshot {
15541554
[build] llvm <host>
15551555
[build] rustc 0 <host> -> rustc 1 <host>
15561556
[build] rustc 1 <host> -> std 1 <host>
1557-
[check] rustc 1 <host> -> rustc 2 <host> (73 crates)
1557+
[check] rustc 1 <host> -> rustc 2 <host> (74 crates)
15581558
");
15591559
}
15601560

@@ -1570,7 +1570,7 @@ mod snapshot {
15701570
[build] rustc 0 <host> -> rustc 1 <host>
15711571
[build] rustc 1 <host> -> std 1 <host>
15721572
[build] rustc 1 <host> -> std 1 <target1>
1573-
[check] rustc 1 <host> -> rustc 2 <target1> (73 crates)
1573+
[check] rustc 1 <host> -> rustc 2 <target1> (74 crates)
15741574
[check] rustc 1 <host> -> rustc 2 <target1>
15751575
[check] rustc 1 <host> -> Rustdoc 2 <target1>
15761576
[check] rustc 1 <host> -> rustc_codegen_cranelift 2 <target1>
@@ -1666,7 +1666,7 @@ mod snapshot {
16661666
ctx.config("check")
16671667
.paths(&["library", "compiler"])
16681668
.args(&args)
1669-
.render_steps(), @"[check] rustc 0 <host> -> rustc 1 <host> (73 crates)");
1669+
.render_steps(), @"[check] rustc 0 <host> -> rustc 1 <host> (74 crates)");
16701670
}
16711671

16721672
#[test]

0 commit comments

Comments
 (0)