Skip to content

Commit 996cd08

Browse files
committed
Update library cross-compilation test
1 parent d3a8fbc commit 996cd08

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,6 @@ mod snapshot {
13781378
}
13791379

13801380
#[test]
1381-
#[should_panic]
13821381
fn check_library_cross_compile() {
13831382
let ctx = TestCtx::new();
13841383
insta::assert_snapshot!(
@@ -1388,8 +1387,8 @@ mod snapshot {
13881387
.render_steps(), @r"
13891388
[build] llvm <host>
13901389
[build] rustc 0 <host> -> rustc 1 <host>
1391-
[check] std <target1>
1392-
[check] std <target2>
1390+
[check] rustc 1 <host> -> std 1 <target1>
1391+
[check] rustc 1 <host> -> std 1 <target2>
13931392
");
13941393
}
13951394

0 commit comments

Comments
 (0)