Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Dec 30, 2024
1 parent bb1ae6f commit e055506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/block2/src/global.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,12 @@ mod tests {
fn test_debug() {
let invoke = NOOP_BLOCK.header.invoke.unwrap();
let size = mem::size_of::<BlockHeader>();
let maybeuninit = <MaybeUninit<i32>>::uninit();
let expected = format!(
"GlobalBlock {{
isa: _NSConcreteGlobalBlock,
flags: {DEBUG_BLOCKFLAGS},
reserved: MaybeUninit<i32>,
reserved: {maybeuninit:?},
invoke: Some(
{invoke:#?},
),
Expand Down

0 comments on commit e055506

Please sign in to comment.