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:
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…
Reference in New Issue
Block a user