diff options
Diffstat (limited to 'src/test/test_connection.c')
-rw-r--r-- | src/test/test_connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_connection.c b/src/test/test_connection.c index 3148c1af66..0d28276702 100644 --- a/src/test/test_connection.c +++ b/src/test/test_connection.c @@ -888,7 +888,7 @@ test_failed_orconn_tracker(void *arg) /* where arg is an expression (constant, variable, compound expression) */ #define CONNECTION_TESTCASE_ARG(name, fork, setup, arg) \ { #name "_" #arg, test_conn_##name, fork, &setup, (void *)arg } -#endif +#endif /* !defined(COCCI) */ struct testcase_t connection_tests[] = { CONNECTION_TESTCASE(get_basic, TT_FORK, test_conn_get_basic_st), |