mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[VBSCRIPT_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70942
This commit is contained in:
parent
1faa5d60a4
commit
7f6cf10dd9
2 changed files with 2 additions and 1 deletions
|
@ -568,7 +568,7 @@ static void test_safearray(SAFEARRAY *safearray, unsigned indims)
|
|||
ok(!safearray->cLocks, "safearray->cLocks = %x\n", safearray->cLocks);
|
||||
|
||||
for(i=0; i < safearray->cDims; i++) {
|
||||
ok(safearray->rgsabound[i].cElements == indims ? i+4 : 1, "safearray->rgsabound[%d].cElements = %d\n", i,
|
||||
ok(safearray->rgsabound[i].cElements == (indims ? i+4 : 1), "safearray->rgsabound[%d].cElements = %d\n", i,
|
||||
safearray->rgsabound[i].cElements);
|
||||
ok(!safearray->rgsabound[i].lLbound, "safearray->rgsabound[%d].lLbound = %d\n", i, safearray->rgsabound[i].lLbound);
|
||||
}
|
||||
|
|
|
@ -24,6 +24,7 @@ import "oaidl.idl";
|
|||
|
||||
[
|
||||
helpstring("Microsoft VBScript Regular Expressions 5.5"),
|
||||
id(3),
|
||||
uuid(3f4daca7-160d-11d2-a8e9-00104b365c9f),
|
||||
version(5.5)
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue