1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-19 08:31:11 +00:00

Ensure test order is deterministic.

This commit is contained in:
Thomas Harte 2023-09-25 12:28:34 -04:00
parent 87097c44b9
commit e56a5899bd

View File

@ -157,7 +157,7 @@ std::string to_string(InstructionSet::x86::DataPointer pointer, const Instructio
[fullPaths addObject:[path stringByAppendingPathComponent:file]];
}
return fullPaths;
return [fullPaths sortedArrayUsingSelector:@selector(compare:)];
}
- (NSString *)toString:(const InstructionSet::x86::Instruction<false> &)instruction abbreviateOffset:(BOOL)abbreviateOffset {