ObjFW  Diff

Differences From Artifact [3c3d45f200]:

To Artifact [fdb0a500c1]:


14
15
16
17
18
19
20





21
22
23
24
25
26
27
28
 */

#include "config.h"

#import "OTTestCase.h"

@implementation OTTestCase: OFObject





- (void)setUp
{
}

- (void)tearDown
{
}
@end







>
>
>
>
>








14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 */

#include "config.h"

#import "OTTestCase.h"

@implementation OTTestCase: OFObject
+ (OFArray OF_GENERIC(OFPair OF_GENERIC(OFString *, id) *) *)summary
{
	return nil;
}

- (void)setUp
{
}

- (void)tearDown
{
}
@end