ObjFW  Check-in [f439c0437e]

Overview
Comment:tests/ImportTest:.m: Test @import instead
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f439c0437e70bd464e46102afa5fe5ce354dcf777f36a98169940a9d0eaf3027
User & Date: js on 2023-03-26 13:25:51
Other Links: manifest | tags
Context
2023-03-26
13:26
OFEmbeddedIRIHandler: Add missing #ifdef check-in: ad934765cf user: js tags: trunk
13:25
tests/ImportTest:.m: Test @import instead check-in: f439c0437e user: js tags: trunk
13:18
OFEmbeddedIRIHandler: Always initialize mutex check-in: 06c5bad0bd user: js tags: trunk
Changes

Modified tests/ImportTest.m from [69b81fbdc5] to [4f66c2123d].

9
10
11
12
13
14
15
16
 *
 * 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.
 */

#import <ObjFW/ObjFW.h>







|
9
10
11
12
13
14
15
16
 *
 * 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.
 */

@import ObjFW;