mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2024-12-23 02:29:59 +00:00
Remove extra step instruction in BleTests
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
ddc1adc90e
commit
95b6657576
@ -43,7 +43,6 @@ namespace EightBit
|
||||
this.cpu.CC = (byte)StatusBits.ZF;
|
||||
this.cpu.Step();
|
||||
this.cpu.Step();
|
||||
this.cpu.Step();
|
||||
Assert.AreEqual(2, this.cpu.A);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user