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:
parent
36ad988da8
commit
91c1fc2ff9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue