mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
oleaut32/tests: Test return of SafeArrayAllocData (Coverity).
This commit is contained in:
parent
0f86ae37c6
commit
9a0b4345ec
@ -324,7 +324,8 @@ static void test_safearray(void)
|
||||
a->rgsabound[1].cElements = 4;
|
||||
a->rgsabound[1].lLbound = 1;
|
||||
a->cbElements = 2;
|
||||
SafeArrayAllocData(a);
|
||||
hres = SafeArrayAllocData(a);
|
||||
ok(hres == S_OK, "SafeArrayAllocData failed with hres %x\n", hres);
|
||||
|
||||
indices[0] = 4;
|
||||
indices[1] = 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user