diff --git a/OSBindings/Mac/Clock SignalTests/8088Tests.mm b/OSBindings/Mac/Clock SignalTests/8088Tests.mm index 3806c7784..8b1f6b28f 100644 --- a/OSBindings/Mac/Clock SignalTests/8088Tests.mm +++ b/OSBindings/Mac/Clock SignalTests/8088Tests.mm @@ -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 &)instruction abbreviateOffset:(BOOL)abbreviateOffset {