diff options
Diffstat (limited to 'tests/test_include.h')
-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 060c78c..fbab9ea 100644 --- a/tests/test_include.h +++ b/tests/test_include.h @@ -62,7 +62,7 @@ static int test_prepare(int argc, char **argv, struct ev_eloop **out) log_print_init(argv[0]); - ret = ev_eloop_new(&eloop); + ret = ev_eloop_new(&eloop, log_llog); if (ret) return ret; |