mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 11:44:53 +00:00
[SCRRUN_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
svn path=/trunk/; revision=72362
This commit is contained in:
parent
22b736b312
commit
a0297b51ec
1 changed files with 4 additions and 0 deletions
|
@ -102,7 +102,9 @@ static void test_comparemode(void)
|
|||
ok(hr == S_OK, "got 0x%08x\n", hr);
|
||||
|
||||
if (0) /* crashes on native */
|
||||
{
|
||||
hr = IDictionary_get_CompareMode(dict, NULL);
|
||||
}
|
||||
|
||||
method = 10;
|
||||
hr = IDictionary_get_CompareMode(dict, &method);
|
||||
|
@ -934,7 +936,9 @@ static void test_IEnumVARIANT(void)
|
|||
ok(hr == S_OK, "got 0x%08x\n", hr);
|
||||
|
||||
if (0) /* crashes on native */
|
||||
{
|
||||
hr = IDictionary__NewEnum(dict, NULL);
|
||||
}
|
||||
|
||||
hr = IDictionary__NewEnum(dict, &enum1);
|
||||
ok(hr == S_OK, "got 0x%08x\n", hr);
|
||||
|
|
Loading…
Reference in a new issue