Skip to content

Commit e46ec74

Browse files
committed
Update test output for change to number of crates
1 parent f3c8b7a commit e46ec74

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
@@ -1591,7 +1591,7 @@ mod snapshot {
15911591
insta::assert_snapshot!(
15921592
ctx.config("check")
15931593
.path("compiler")
1594-
.render_steps(), @"[check] rustc 0 <host> -> rustc 1 <host> (73 crates)");
1594+
.render_steps(), @"[check] rustc 0 <host> -> rustc 1 <host> (74 crates)");
15951595
}
15961596

15971597
#[test]
@@ -1617,7 +1617,7 @@ mod snapshot {
16171617
ctx.config("check")
16181618
.path("compiler")
16191619
.stage(1)
1620-
.render_steps(), @"[check] rustc 0 <host> -> rustc 1 <host> (73 crates)");
1620+
.render_steps(), @"[check] rustc 0 <host> -> rustc 1 <host> (74 crates)");
16211621
}
16221622

16231623
#[test]
@@ -1631,7 +1631,7 @@ mod snapshot {
16311631
[build] llvm <host>
16321632
[build] rustc 0 <host> -> rustc 1 <host>
16331633
[build] rustc 1 <host> -> std 1 <host>
1634-
[check] rustc 1 <host> -> rustc 2 <host> (73 crates)
1634+
[check] rustc 1 <host> -> rustc 2 <host> (74 crates)
16351635
");
16361636
}
16371637

@@ -1647,7 +1647,7 @@ mod snapshot {
16471647
[build] rustc 0 <host> -> rustc 1 <host>
16481648
[build] rustc 1 <host> -> std 1 <host>
16491649
[check] rustc 1 <host> -> std 1 <target1>
1650-
[check] rustc 1 <host> -> rustc 2 <target1> (73 crates)
1650+
[check] rustc 1 <host> -> rustc 2 <target1> (74 crates)
16511651
[check] rustc 1 <host> -> rustc 2 <target1>
16521652
[check] rustc 1 <host> -> Rustdoc 2 <target1>
16531653
[check] rustc 1 <host> -> rustc_codegen_cranelift 2 <target1>
@@ -1743,7 +1743,7 @@ mod snapshot {
17431743
ctx.config("check")
17441744
.paths(&["library", "compiler"])
17451745
.args(&args)
1746-
.render_steps(), @"[check] rustc 0 <host> -> rustc 1 <host> (73 crates)");
1746+
.render_steps(), @"[check] rustc 0 <host> -> rustc 1 <host> (74 crates)");
17471747
}
17481748

17491749
#[test]

0 commit comments

Comments
 (0)