fix GetKeyBlocking test
This commit is contained in:
parent
8148bdbbbe
commit
5085ea096b
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ mod tests {
|
||||||
let instruction = Instruction::new([0xFE, 0x0A]);
|
let instruction = Instruction::new([0xFE, 0x0A]);
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
instruction.processor_instruction,
|
instruction.processor_instruction,
|
||||||
ProcessorInstruction::GetKeyBlocking { vx: 0xF }
|
ProcessorInstruction::GetKeyBlocking { vx: 0xE }
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue