Remove extra step instruction in BleTests

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2019-06-08 23:31:03 +01:00
parent ddc1adc90e
commit 95b6657576

View File

@ -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);
}