diff --git a/src/bootstrap/src/core/builder/tests.rs b/src/bootstrap/src/core/builder/tests.rs index 38215d71f41e..f0dba1a85f34 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 [build] rustc 0 -> rustc 1 - [check] std - [check] std + [check] rustc 1 -> std 1 + [check] rustc 1 -> std 1 "); }