1
0
mirror of https://github.com/zellyn/go6502.git synced 2025-02-11 12:32:07 +00:00

Oops - left deliberate fail in test

This commit is contained in:
Zellyn Hunter 2017-01-26 21:50:24 -06:00
parent 0a208481df
commit 8dcbe58a78

View File

@ -182,7 +182,7 @@ func TestCustomTestCompare(t *testing.T) {
pc := c.PC()
fmt.Printf("%04X\n", pc)
if pc == 0x00 {
t.Fatalf("bang")
return
}
}
}