diff options
Diffstat (limited to 'test/test-fork.c')
-rw-r--r-- | test/test-fork.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-fork.c b/test/test-fork.c index f47ae3e6..9e4684f0 100644 --- a/test/test-fork.c +++ b/test/test-fork.c @@ -676,5 +676,8 @@ TEST_IMPL(fork_threadpool_queue_work_simple) { } #endif /* !__MVS__ */ +#else + +typedef int file_has_no_tests; /* ISO C forbids an empty translation unit. */ #endif /* !_WIN32 */ |