Differences From Artifact [8fc2ec51e6]:
- File tests/OFMutableUTF8StringTests.m — part of check-in [9d802a786d] at 2025-01-01 12:58:18 on branch trunk — Update copyright (user: js size: 991) [more...]
To Artifact [e189da53d0]:
- File tests/OFMutableUTF8StringTests.m — part of check-in [b12b96b557] at 2025-05-01 03:30:11 on branch morphos-library — Add missing __objc_class_name_* to Amiga library (user: js size: 1062)
| ︙ | |||
21 22 23 24 25 26 27 28 29 30 31 32 33 34 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | + + + + |
#import "OFMutableStringTests.h"
#import "OFMutableUTF8String.h"
@interface OFMutableUTF8StringTests: OFMutableStringTests
@end
#ifdef OF_MORPHOS
void *__objc_class_name_OFMutableUTF8String;
#endif
@implementation OFMutableUTF8StringTests
- (Class)arrayClass
{
return [OFMutableUTF8String class];
}
@end
|