ObjFW  Diff

Differences From Artifact [f0c02f400c]:

To Artifact [3bad531e54]:


12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#include "config.h"

#ifdef STDOUT
#include <stdio.h>
#endif
#include <stdlib.h>

#import <OFString.h>
#import <OFAutoreleasePool.h>

extern void object_tests();
extern void string_tests();

static int fails = 0;

static void







|
|







12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#include "config.h"

#ifdef STDOUT
#include <stdio.h>
#endif
#include <stdlib.h>

#import "OFString.h"
#import "OFAutoreleasePool.h"

extern void object_tests();
extern void string_tests();

static int fails = 0;

static void