Differences From Artifact [feef55dc03]:
- File tests/TestsAppDelegate.m — part of check-in [4c5f686a52] at 2019-02-17 22:16:19 on branch trunk — OFWindowsRegistryKey: Add write support (user: js, size: 11270) [annotate] [blame] [check-ins using]
To Artifact [7169202b42]:
- File
tests/TestsAppDelegate.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: 11251) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
15 16 17 18 19 20 21 | * file. */ #include "config.h" #include <stdlib.h> | < < | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
* file.
*/
#include "config.h"
#include <stdlib.h>
#import "TestsAppDelegate.h"
#if defined(STDOUT) && (defined(OF_WINDOWS) || defined(OF_MSDOS) || \
defined(OF_IOS))
# undef STDOUT
# define STDOUT_SIMPLE
#endif
|
| ︙ | ︙ |