[SCRRUN_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72362
This commit is contained in:
Amine Khaldi 2016-08-19 09:54:01 +00:00
parent 22b736b312
commit a0297b51ec

View file

@ -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);