Enable wxPaintDC test under wxGTK3

Test should pass now.
This commit is contained in:
Artur Wieczorek 2022-12-18 20:38:29 +01:00 committed by AW
parent e7a2786352
commit 41a390317c

View file

@ -4155,11 +4155,7 @@ TEST_CASE("ClippingBoxTestCase::wxPaintDC", "[clip][dc][paintdc]")
SECTION("OneDevRegionAndReset Transform Matrix")
{
#ifdef __WXGTK3__
WARN("Skipping test known to fail in wxGTK 3");
#else
OneDevRegionAndReset(dc, bmp, true, true, wxPoint());
#endif
}
SECTION("OneDevRegionAndEmpty")