Enclose test case tags in square brackets

This commit is contained in:
Artur Wieczorek 2022-10-25 10:42:17 +02:00
parent adb29b1903
commit 3c8ca52f0d

View file

@ -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);