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:
parent
0d2d04e17b
commit
c7cb47a1d8
@ -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])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user