mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Shortened failure message, at least for now.
This commit is contained in:
parent
c668ff9472
commit
fba5af280e
@ -179,7 +179,7 @@ class FUSETests: XCTestCase {
|
||||
|
||||
let finalState = RegisterState(machine: machine)
|
||||
|
||||
XCTAssertEqual(finalState, targetState, "Failed \(itemDictionary["name"] as! String)")
|
||||
XCTAssert(finalState == targetState, "Failed \(itemDictionary["name"] as! String)")
|
||||
|
||||
// TODO compare bus operations and final memory state
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user