[SCRRUN_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 19 Aug 2016 09:54:01 +0000 (09:54 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 19 Aug 2016 09:54:01 +0000 (09:54 +0000)
svn path=/trunk/; revision=72362

rostests/winetests/scrrun/dictionary.c

index 50e012c..4836f46 100644 (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);