mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Makes minor formatting improvement.
This commit is contained in:
@@ -10,6 +10,7 @@ import XCTest
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
class Jeek816Tests: XCTestCase {
|
class Jeek816Tests: XCTestCase {
|
||||||
|
|
||||||
func testJeek816() {
|
func testJeek816() {
|
||||||
var machine: CSTestMachine6502!
|
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()
|
NSException(name: NSExceptionName(rawValue: "Failed Test"), reason: "Failed tests with bitmap: \(String(format:"%02x", machine.value(forAddress: 0x401)))", userInfo: nil).raise()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user