Skip to content

Commit

Permalink
Merge remote-tracking branch 'tor-gitlab/mr/363' into maint-0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asn-d6 committed Apr 21, 2021
2 parents 131e2d9 + 5e6905e commit 32eea3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/test_connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,9 +885,9 @@ test_failed_orconn_tracker(void *arg)
#define CONNECTION_TESTCASE(name, fork, setup) \
{ #name, test_conn_##name, fork, &setup, NULL }

/* where arg is an expression (constant, variable, compound expression) */
/* where arg is a string. */
#define CONNECTION_TESTCASE_ARG(name, fork, setup, arg) \
{ #name "_" #arg, test_conn_##name, fork, &setup, (void *)arg }
{ #name "_" arg, test_conn_##name, fork, &setup, (void *)arg }

struct testcase_t connection_tests[] = {
CONNECTION_TESTCASE(get_basic, TT_FORK, test_conn_get_basic_st),
Expand Down

0 comments on commit 32eea3b

Please sign in to comment.