From 3c8ca52f0d9691b58f385a8307ef2070fa8a7a28 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek <7330332+a-wi@users.noreply.github.com> Date: Tue, 25 Oct 2022 10:42:17 +0200 Subject: [PATCH] Enclose test case tags in square brackets --- tests/graphics/clippingbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/graphics/clippingbox.cpp b/tests/graphics/clippingbox.cpp index de341d9695..438bebd5d5 100644 --- a/tests/graphics/clippingbox.cpp +++ b/tests/graphics/clippingbox.cpp @@ -4667,7 +4667,7 @@ TEST_CASE("ClippingBoxTestCaseGC::DefaultRenderer", "[clip][gc][default]") #ifdef __WXMSW__ #if wxUSE_GRAPHICS_GDIPLUS -TEST_CASE("ClippingBoxTestCaseGC::GDI+Renderer", "[clip][gc][gdiplus") +TEST_CASE("ClippingBoxTestCaseGC::GDI+Renderer", "[clip][gc][gdiplus]") { wxBitmap bmp(s_dcSize); wxMemoryDC dc(bmp); @@ -4758,7 +4758,7 @@ TEST_CASE("ClippingBoxTestCaseGC::GDI+Renderer", "[clip][gc][gdiplus") #endif // wxUSE_GRAPHICS_GDIPLUS #if wxUSE_GRAPHICS_DIRECT2D -TEST_CASE("ClippingBoxTestCaseGC::Direct2DRenderer", "[clip][gc][direct2d") +TEST_CASE("ClippingBoxTestCaseGC::Direct2DRenderer", "[clip][gc][direct2d]") { wxBitmap bmp(s_dcSize); wxMemoryDC dc(bmp);