]> 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 b88b9421a025ebd1a30d549299b5862d2abdd27a..3576eaa1479d5b75edd435a71930c51b06316599 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        tests/regex/wxregex.cpp
 // Purpose:     Test wxRegEx
 // Author:      Vadim Zeitlin, Mike Wetherell
-// RCS-ID:      $Id$
 // Copyright:   Vadim Zeitlin, Mike Wetherell
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "testprec.h"
@@ -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");