[GDIPLUS_WINETEST] Addendum to r58377. gdiplus:image doesn't crash anymore. CORE-6969

svn path=/trunk/; revision=67212
This commit is contained in:
Amine Khaldi 2015-04-16 10:53:37 +00:00
parent 5e36ff31c0
commit 0f61b39797

View file

@ -1504,7 +1504,6 @@ static void test_createfromwmf(void)
stat = GdipCreateMetafileFromWmf(hwmf, TRUE,
(WmfPlaceableFileHeader*)wmfimage, (GpMetafile**)&img);
expect(Ok, stat);
if (stat != Ok) return; // ReactOS
stat = GdipGetImageBounds(img, &bounds, &unit);
expect(Ok, stat);