mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-23 23:08:16 +00:00
Removing impossible test as every value is an instruction opcode
This commit is contained in:
@@ -203,15 +203,6 @@ Test(executeInstruction, Valid)
|
||||
cr_assert_eq(result, 2);
|
||||
}
|
||||
|
||||
Test(executeInstruction, Invalid)
|
||||
{
|
||||
Init()
|
||||
auto apu = snes.apu;
|
||||
|
||||
apu->_internalRegisters.pc = 0xFFFF;
|
||||
cr_assert_throw(apu->_executeInstruction(), InvalidOpcode);
|
||||
}
|
||||
|
||||
///////////////////////
|
||||
// //
|
||||
// APU::update tests //
|
||||
|
||||
Reference in New Issue
Block a user