X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c2944d6aa3e2bcd7aba3583869108a77be8b610..93a800a95e67a38284a2980543c4b0b1a792573c:/tests/regex/wxregextest.cpp diff --git a/tests/regex/wxregextest.cpp b/tests/regex/wxregextest.cpp index 1d9c75acc8..38286da82c 100644 --- a/tests/regex/wxregextest.cpp +++ b/tests/regex/wxregextest.cpp @@ -327,7 +327,7 @@ wxString wxRegExTestSuite::FlagStr(int flags) } return _T(" (") + str.Mid(3) + _T(")"); -}; +} // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION(wxRegExTestSuite);