mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-05 08:26:28 +00:00
Expand on none-matching text.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user