]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/regex/wxregextest.cpp
Removed a method using wxColour from non-GUI benchmark code.
[wxWidgets.git] / tests / regex / wxregextest.cpp
index 547f61ed4e403d55374c0b87ca743001d4316b0c..3576eaa1479d5b75edd435a71930c51b06316599 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        tests/regex/wxregex.cpp
 // Purpose:     Test wxRegEx
 // Author:      Vadim Zeitlin, Mike Wetherell
-// RCS-ID:      $Id$
 // Copyright:   Vadim Zeitlin, Mike Wetherell
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -332,7 +331,7 @@ wxString wxRegExTestSuite::FlagStr(int flags)
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION(wxRegExTestSuite);
 
-// also include in it's own registry so that these tests can be run alone
+// also include in its own registry so that these tests can be run alone
 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(wxRegExTestSuite, "wxRegExTestSuite");