diff --git a/include/wx/catch_cppunit.h b/include/wx/catch_cppunit.h index 6d14137de3..f9472b8446 100644 --- a/include/wx/catch_cppunit.h +++ b/include/wx/catch_cppunit.h @@ -205,7 +205,7 @@ inline std::string wxGetCurrentTestName() struct EatNextSemicolon #define CPPUNIT_TEST(testname) \ - SECTION(#testname " test") \ + SECTION(#testname) \ { \ setUp(); \ try \