Differences From Artifact [826552dfff]:
- File tests/OFString.m — part of check-in [2f85ceeed7] at 2009-11-22 16:33:04 on branch trunk — Add -[drain] to OFAutoreleasePool. (user: js, size: 13061) [annotate] [blame] [check-ins using]
To Artifact [dc66a48561]:
- File tests/OFString.m — part of check-in [1348a32d47] at 2010-01-16 14:43:40 on branch trunk — Remove mutation methods from immutable classes' interfaces. (user: js, size: 13068) [annotate] [blame] [check-ins using]
| ︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | - + |
}
@end
void
string_tests()
{
OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init];
|
| ︙ |