1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Updates failure count.

This commit is contained in:
Thomas Harte 2020-02-26 22:26:23 -05:00
parent 06163165d9
commit a366077509

View File

@ -93,7 +93,7 @@ class PatrikRakTests: XCTestCase, CSTestMachineTrapHandler {
func testMemptr() {
runTest("z80memptr")
// Current status: 91 of 152 tests failed.
// Current status: 6 of 152 tests failed.
}
func testMachine(_ testMachine: CSTestMachine, didTrapAtAddress address: UInt16) {