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

rostests/winetests/ole32/compobj.c

index bc640db..f43bcdd 100644 (file)
@@ -2889,7 +2889,9 @@ static void test_CoGetMalloc(void)
     HRESULT hr;
 
 if (0) /* crashes on native */
+{
     hr = CoGetMalloc(0, NULL);
+}
 
     imalloc = (void*)0xdeadbeef;
     hr = CoGetMalloc(0, &imalloc);