X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/573800c5aacd891afee6a8dd38a5ffe367d32f68..0576cd9ebe3430bdf7acf69e1dd1df92273f32ad:/tests/regex/wxregextest.cpp?ds=sidebyside 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);