1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Expand on none-matching text.

This commit is contained in:
Thomas Harte 2022-04-18 07:42:14 -04:00
parent 1991ed0804
commit 0fbfb41fa8

View File

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