diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_include.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_include.h b/tests/test_include.h index 126b5a2..b037008 100644 --- a/tests/test_include.h +++ b/tests/test_include.h @@ -113,7 +113,7 @@ static int test_prepare(struct conf_option *opts, size_t len, log_print_init(argv[0]); - ret = ev_eloop_new(&eloop, log_llog); + ret = ev_eloop_new(&eloop, log_llog, NULL); if (ret) goto err_out; |