Skip to content
Snippets Groups Projects
Commit 8acaac46 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Compilation was off by one character

parent 29299860
No related branches found
No related tags found
No related merge requests found
......@@ -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 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment