From 33e6b7aa0952aecf192de44b2ff515822fad11ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Thu, 3 Jul 2025 18:29:46 +0200 Subject: [PATCH] Update library cross-compilation test --- src/bootstrap/src/core/builder/tests.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 "); }