Differences From Artifact [6f48fb899d]:
- File src/test/OTOrderedDictionary.m — part of check-in [b1a0bfe247] at 2024-02-13 21:15:53 on branch objfwtest — ObjFWTest: Add OTOrderedDictionary (user: js, size: 1749) [annotate] [blame] [check-ins using]
To Artifact [fea7c7d9b6]:
- File src/test/OTOrderedDictionary.m — part of check-in [251b8a6c5f] at 2024-02-13 22:49:39 on branch objfwtest — OTOrderedDictionary: Remove debug statement (user: js, size: 1697) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | - |
_keys = mutableKeys;
mutableObjects = [[OFMutableArray alloc]
initWithCapacity: count];
_objects = mutableObjects;
for (size_t i = 0; i < count; i++) {
|
| ︙ |