mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Compilation was off by one character
This commit is contained in:
@@ -70,7 +70,7 @@ test_util_process_clear_waitpid_callback(void *ignored)
|
||||
}
|
||||
#endif /* _WIN32 */
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifndef _WIN32
|
||||
#define TEST(name) { #name, test_util_process_##name, 0, NULL, NULL }
|
||||
#else
|
||||
#define TEST(name) { #name, NULL, TT_SKIP, NULL, NULL }
|
||||
|
||||
Reference in New Issue
Block a user