We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a8fbc commit 996cd08Copy full SHA for 996cd08
src/bootstrap/src/core/builder/tests.rs
@@ -1378,7 +1378,6 @@ mod snapshot {
1378
}
1379
1380
#[test]
1381
- #[should_panic]
1382
fn check_library_cross_compile() {
1383
let ctx = TestCtx::new();
1384
insta::assert_snapshot!(
@@ -1388,8 +1387,8 @@ mod snapshot {
1388
1387
.render_steps(), @r"
1389
[build] llvm <host>
1390
[build] rustc 0 <host> -> rustc 1 <host>
1391
- [check] std <target1>
1392
- [check] std <target2>
+ [check] rustc 1 <host> -> std 1 <target1>
+ [check] rustc 1 <host> -> std 1 <target2>
1393
");
1394
1395
0 commit comments