mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 10:28:45 +00:00
[DNSAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
20c427d29e
commit
4d5fa2bac7
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ static void test_DnsValidateName_A( void )
|
|||
status = DnsValidateName_A( NULL, DnsNameDomain );
|
||||
ok( status == ERROR_INVALID_NAME, "succeeded unexpectedly\n" );
|
||||
|
||||
for (i = 0; i < sizeof(test_data) / sizeof(test_data[0]); i++)
|
||||
for (i = 0; i < ARRAY_SIZE(test_data); i++)
|
||||
{
|
||||
status = DnsValidateName_A( test_data[i].name, test_data[i].format );
|
||||
ok( status == test_data[i].status || broken(status == test_data[i].status_broken),
|
||||
|
|
Loading…
Reference in a new issue