"Changhui Liu" liuchanghui@linuxdeepin.com wrote:
@@ -5619,7 +5674,7 @@ START_TEST(graphics) test_alpha_hdc(); test_bitmapfromgraphics(); test_GdipFillRectangles();
- test_GdipGetVisibleClipBounds_memoryDC(); GdiplusShutdown(gdiplusToken); DestroyWindow( hwnd );
}
An empty line before GdiplusShutdown is intentional and makes it clearer to separate tests from the clean up. Please keep it that way.