From fc9d9b88e6829be5db5db76bde56c58253e2a068 Mon Sep 17 00:00:00 2001 From: Camille Gillot Date: Wed, 19 Nov 2025 01:34:15 +0000 Subject: [PATCH] Update ui-fulldeps test. --- tests/ui-fulldeps/rustc_public/check_transform.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ui-fulldeps/rustc_public/check_transform.rs b/tests/ui-fulldeps/rustc_public/check_transform.rs index 900bb4014d54..815dec57b8be 100644 --- a/tests/ui-fulldeps/rustc_public/check_transform.rs +++ b/tests/ui-fulldeps/rustc_public/check_transform.rs @@ -69,6 +69,7 @@ fn check_msg(body: &Body, expected: &str) { }) .unwrap() } + Operand::RuntimeChecks(_) => panic!("unexpected runtime checks"), }; let ConstantKind::Allocated(alloc) = msg_const.const_.kind() else { unreachable!()