Update library cross-compilation test
This commit is contained in:
parent
8d4d0502bd
commit
33e6b7aa09
1 changed files with 2 additions and 3 deletions
|
|
@ -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>
|
||||
");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue