diff --git a/dlls/gdiplus/tests/image.c b/dlls/gdiplus/tests/image.c index 51b99a310a4..6fc208e73e5 100644 --- a/dlls/gdiplus/tests/image.c +++ b/dlls/gdiplus/tests/image.c @@ -2700,6 +2700,7 @@ static void test_multiframegif(void) expect(0, color); stat = GdipImageSelectActiveFrame((GpImage*)bmp, &dimension, 3); + expect(Ok, stat); stat = GdipBitmapGetPixel(bmp, 2, 0, &color); expect(Ok, stat); ok(color==0 || broken(color==0xff0000ff), "color = %x\n", color);