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

Makes minor formatting improvement.

This commit is contained in:
Thomas Harte 2020-10-17 22:31:51 -04:00
parent 42228ea955
commit c3187fdbe1

View File

@ -10,6 +10,7 @@ import XCTest
import Foundation
class Jeek816Tests: XCTestCase {
func testJeek816() {
var machine: CSTestMachine6502!
@ -39,4 +40,5 @@ class Jeek816Tests: XCTestCase {
NSException(name: NSExceptionName(rawValue: "Failed Test"), reason: "Failed tests with bitmap: \(String(format:"%02x", machine.value(forAddress: 0x401)))", userInfo: nil).raise()
}
}
}