diff --git a/dora-runtime/src/masm/arm64.rs b/dora-runtime/src/masm/arm64.rs index 75f7a818d..c46bc5767 100644 --- a/dora-runtime/src/masm/arm64.rs +++ b/dora-runtime/src/masm/arm64.rs @@ -1717,7 +1717,7 @@ mod tests { $($expr:expr),*; $name:ident ) => {{ - $name.finish(); + $name.emit_bailouts(); let expected: Vec = vec![$($expr,)*]; let mut buffer: Vec = Vec::new();