1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 16:55:59 +00:00

Shortened failure message, at least for now.

This commit is contained in:
Thomas Harte 2017-05-25 21:05:47 -04:00
parent c668ff9472
commit fba5af280e

View File

@ -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