From 41a390317c7811e278bcdccb87f99f3a0e043cbc Mon Sep 17 00:00:00 2001 From: Artur Wieczorek <7330332+a-wi@users.noreply.github.com> Date: Sun, 18 Dec 2022 20:38:29 +0100 Subject: [PATCH] Enable wxPaintDC test under wxGTK3 Test should pass now. --- tests/graphics/clippingbox.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/graphics/clippingbox.cpp b/tests/graphics/clippingbox.cpp index 2238d29121..5b13cd8075 100644 --- a/tests/graphics/clippingbox.cpp +++ b/tests/graphics/clippingbox.cpp @@ -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")