mirror of
https://github.com/zellyn/go6502.git
synced 2025-08-09 04:25:00 +00:00
Oops - left deliberate fail in test
This commit is contained in:
@@ -182,7 +182,7 @@ func TestCustomTestCompare(t *testing.T) {
|
||||
pc := c.PC()
|
||||
fmt.Printf("%04X\n", pc)
|
||||
if pc == 0x00 {
|
||||
t.Fatalf("bang")
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user