Skip to content

Commit a2ca771

Browse files
committed
Update ui-fulldeps test.
1 parent d6c7f00 commit a2ca771

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui-fulldeps/rustc_public/check_transform.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ fn check_msg(body: &Body, expected: &str) {
6969
})
7070
.unwrap()
7171
}
72+
Operand::RuntimeChecks(_) => panic!("unexpected runtime checks"),
7273
};
7374
let ConstantKind::Allocated(alloc) = msg_const.const_.kind() else {
7475
unreachable!()

0 commit comments

Comments
 (0)