wininet/tests: Use the correct array size in a notification_data test.

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Michael Stefaniuc 2018-06-20 23:35:10 +02:00 committed by Alexandre Julliard
parent 36ad988da8
commit 91c1fc2ff9
1 changed files with 1 additions and 1 deletions

View File

@ -6558,7 +6558,7 @@ static const struct notification_data notification_data[] = {
},
{
async_send_request_ex_test2,
sizeof(async_send_request_ex_test)/sizeof(async_send_request_ex_test[0]),
ARRAY_SIZE(async_send_request_ex_test2),
"POST",
"test.winehq.org",
"tests/post.php"