]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/uris/uris.cpp
Fix wxOSX warnings about int-to-void* casts.
[wxWidgets.git] / tests / uris / uris.cpp
index f0d47ad3f63d902a6e841872f5a9c5abc54fa956..c5ee7ca944b5e2cea6d416ca43e441f468a76767 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxURI unit test
 // Author:      Ryan Norton
 // Created:     2004-08-14
-// RCS-ID:      $Id$
 // Copyright:   (c) 2004 Ryan Norton
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -88,7 +87,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( URITestCase );
 
-// 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( URITestCase, "URITestCase" );
 
 URITestCase::URITestCase()