mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-27 06:35:04 +00:00
Ensure test order is deterministic.
This commit is contained in:
parent
87097c44b9
commit
e56a5899bd
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user