Skip to content

Commit

Permalink
rt: Fix arm64 test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dinfuehr committed Dec 30, 2024
1 parent 4cf4e7a commit 8c575b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dora-runtime/src/masm/arm64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ mod tests {
$($expr:expr),*;
$name:ident
) => {{
$name.finish();
$name.emit_bailouts();
let expected: Vec<u32> = vec![$($expr,)*];
let mut buffer: Vec<u8> = Vec::new();

Expand Down

0 comments on commit 8c575b6

Please sign in to comment.