mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-02-21 03:41:02 +00:00
fix test
This commit is contained in:
parent
a166772657
commit
cf9bbc90e2
@ -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()
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user