ObjFW  Check-in [5d790836b2]

Overview
Comment:OFFileManagerTests: Fix missing include
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5d790836b2fb88bad669b42059e71f1ab30ba5be532f78cacfb4e12eb25c30e3
User & Date: js on 2024-03-17 13:06:36
Other Links: manifest | tags
Context
2024-03-17
13:22
README.md: Update MSYS2 and remove leading $ check-in: 50c35fa745 user: js tags: trunk
13:06
OFFileManagerTests: Fix missing include check-in: 5d790836b2 user: js tags: trunk
12:31
Fix compilation with old Apple GCC check-in: a98ef6d8dd user: js tags: trunk
Changes

Modified tests/OFFileManagerTests.m from [e21aaa5d46] to [afd967dd04].

10
11
12
13
14
15
16


17
18
19
20
21
22
23
 * Alternatively, it may be distributed under the terms of the GNU General
 * 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 "ObjFW.h"
#import "ObjFWTest.h"

@interface OFFileManagerTests: OTTestCase
{
	OFFileManager *_fileManager;







>
>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 * Alternatively, it may be distributed under the terms of the GNU General
 * 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"

#include <errno.h>

#import "ObjFW.h"
#import "ObjFWTest.h"

@interface OFFileManagerTests: OTTestCase
{
	OFFileManager *_fileManager;