Skip to content

Commit

Permalink
test/bufferevent/iocp: fix test name for "bufferevent_connect_fail_ev…
Browse files Browse the repository at this point in the history
…entcb"
  • Loading branch information
azat committed Aug 10, 2016
1 parent 40730ae commit 4410e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regress_bufferevent.c
Expand Up @@ -1435,7 +1435,7 @@ struct testcase_t bufferevent_iocp_testcases[] = {
test_bufferevent_connect_fail_eventcb,
TT_FORK|TT_NEED_BASE|TT_ENABLE_IOCP, &basic_setup,
(void*)BEV_OPT_DEFER_CALLBACKS },
{ "bufferevent_connect_fail",
{ "bufferevent_connect_fail_eventcb",
test_bufferevent_connect_fail_eventcb,
TT_FORK|TT_NEED_BASE|TT_ENABLE_IOCP, &basic_setup, NULL },

Expand Down

0 comments on commit 4410e9d

Please sign in to comment.