mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-05 19:04:22 +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);
|
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 //
|
// APU::update tests //
|
||||||
|
|||||||
Reference in New Issue
Block a user