ObjFW  Diff

Differences From Artifact [691f37d095]:

  • File tests/OFListTests.m — part of check-in [4c5f686a52] at 2019-02-17 22:16:19 on branch trunk — OFWindowsRegistryKey: Add write support (user: js size: 4184)

To Artifact [a586847fd9]:

  • File tests/OFListTests.m — part of check-in [dc0c6c34ab] at 2019-02-17 22:44:23 on branch trunk — tests: Only import ObjFW.h This prevents forgetting to add an import to ObjFW.h, as the tests would then not compile. (user: js size: 4069)

13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 * Public License, either version 2 or 3, which can be found in the file
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#include "config.h"

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

#import "OFEnumerationMutationException.h"

#import "TestsAppDelegate.h"

static OFString *module = @"OFList";
static OFString *strings[] = {
	@"Foo",
	@"Bar",
	@"Baz"







<
<
<
<
<
<







13
14
15
16
17
18
19






20
21
22
23
24
25
26
 * Public License, either version 2 or 3, which can be found in the file
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#include "config.h"







#import "TestsAppDelegate.h"

static OFString *module = @"OFList";
static OFString *strings[] = {
	@"Foo",
	@"Bar",
	@"Baz"