Differences From Artifact [04cbdfa860]:
- File tests/OFSetTests.m — part of check-in [ed3b07591c] at 2021-04-17 02:43:11 on branch new-naming-convention — Rename of_fast_enumeration_state_t (user: js, size: 6304) [annotate] [blame] [check-ins using] [more...]
To Artifact [d85d2c2bce]:
- File tests/OFSetTests.m — part of check-in [c8663697ae] at 2021-05-08 23:29:45 on branch trunk — tests: Minor const improvement (user: js, size: 6298) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
17 18 19 20 21 22 23 | #import "TestsAppDelegate.h" #import "OFSet.h" #import "OFMapTableSet.h" #import "OFMutableMapTableSet.h" | | | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | #import "TestsAppDelegate.h" #import "OFSet.h" #import "OFMapTableSet.h" #import "OFMutableMapTableSet.h" static OFString *module; @interface SimpleSet: OFSet { OFMutableSet *_set; } @end |
︙ | ︙ |