Update library cross-compilation test

This commit is contained in:
Jakub Beránek 2025-07-03 18:29:46 +02:00
parent 8d4d0502bd
commit 33e6b7aa09
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -1378,7 +1378,6 @@ mod snapshot {
}
#[test]
#[should_panic]
fn check_library_cross_compile() {
let ctx = TestCtx::new();
insta::assert_snapshot!(
@ -1388,8 +1387,8 @@ mod snapshot {
.render_steps(), @r"
[build] llvm <host>
[build] rustc 0 <host> -> rustc 1 <host>
[check] std <target1>
[check] std <target2>
[check] rustc 1 <host> -> std 1 <target1>
[check] rustc 1 <host> -> std 1 <target2>
");
}