This commit is contained in:
angie 2022-12-19 20:45:26 -03:00
parent a166772657
commit cf9bbc90e2

View File

@ -58,7 +58,7 @@ mod tests {
let operand = instr.get_operand_type(0);
assert_eq!(
operand.disassemble(instr, None),
operand.disassemble(&instr, None),
"$t2".to_string()
);
}