mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Makes minor formatting improvement.
This commit is contained in:
parent
42228ea955
commit
c3187fdbe1
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user