1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-23 01:37:21 +00:00

Update name expectations.

This commit is contained in:
Thomas Harte 2025-03-01 22:35:15 -05:00
parent 61694c625e
commit 4843b7f7b8

View File

@ -30,7 +30,7 @@ namespace {
// The tests themselves are not duplicated in this repository;
// provide their real path here.
constexpr char TestSuiteHome[] = "/Users/tharte/Projects/ProcessorTests/8088/v1";
constexpr char TestSuiteHome[] = "/Users/thomasharte/Projects/8088/v1";
using Flags = InstructionSet::x86::Flags;
struct Registers {
@ -479,7 +479,7 @@ struct FailedExecution {
}
- (NSDictionary *)metadata {
NSString *path = [[NSString stringWithUTF8String:TestSuiteHome] stringByAppendingPathComponent:@"8088.json"];
NSString *path = [[NSString stringWithUTF8String:TestSuiteHome] stringByAppendingPathComponent:@"metadata.json"];
return [NSJSONSerialization JSONObjectWithData:[NSData dataWithContentsOfGZippedFile:path] options:0 error:nil];
}