Update ui-fulldeps test.

This commit is contained in:
Camille Gillot 2025-11-19 01:34:15 +00:00
parent b6bb7f9645
commit fc9d9b88e6

View file

@ -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!()