1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-11 08:30:55 +00:00

Readded and then disabled my temporary one-test-only patch. Failures are currently at 237.

This commit is contained in:
Thomas Harte 2017-05-27 21:10:25 -04:00
parent 0d2d04e17b
commit c7cb47a1d8

View File

@ -159,6 +159,10 @@ class FUSETests: XCTestCase {
let name = itemDictionary["name"] as! String
// if name != "ddcb00" {
// continue;
// }
let initialState = RegisterState(dictionary: itemDictionary["state"] as! [String: Any])
let targetState = RegisterState(dictionary: outputDictionary["state"] as! [String: Any])