mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-17 10:06:21 +00:00
Expand on none-matching text.
This commit is contained in:
parent
1991ed0804
commit
0fbfb41fa8
@ -39,7 +39,7 @@ using namespace InstructionSet::M68k;
|
||||
// Hatch off no-instruction as a special case,
|
||||
// at least temporarily.
|
||||
if(found.operation == Operation::Undefined) {
|
||||
XCTAssertEqualObjects(@"None", expected);
|
||||
XCTAssertEqualObjects(@"None", expected, "%@ should decode as %@", instrName, expected);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user