diff options
| -rw-r--r-- | src/bootstrap/src/core/builder/tests.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bootstrap/src/core/builder/tests.rs b/src/bootstrap/src/core/builder/tests.rs index 38215d71f41..f0dba1a85f3 100644 --- a/src/bootstrap/src/core/builder/tests.rs +++ b/src/bootstrap/src/core/builder/tests.rs @@ -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> "); } |
