mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
Fix a compilation error in test_dir.c
This commit is contained in:
parent
9f217c83b0
commit
06803c317f
@ -4213,7 +4213,7 @@ test_dir_find_dl_schedule(void* data)
|
|||||||
|
|
||||||
/* where arg is a string constant */
|
/* where arg is a string constant */
|
||||||
#define DIR_ARG(name,flags,arg) \
|
#define DIR_ARG(name,flags,arg) \
|
||||||
{ #name "_" arg, test_dir_##name, (flags), &passthrough_setup, arg }
|
{ #name "_" arg, test_dir_##name, (flags), &passthrough_setup, (void*) arg }
|
||||||
|
|
||||||
struct testcase_t dir_tests[] = {
|
struct testcase_t dir_tests[] = {
|
||||||
DIR_LEGACY(nicknames),
|
DIR_LEGACY(nicknames),
|
||||||
|
Loading…
Reference in New Issue
Block a user