]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/lists/lists.cpp
proper default for iphone
[wxWidgets.git] / tests / lists / lists.cpp
index 64b1f2b2aedf9c3a1d7122ac72ccf07cf6c5968f..53fbbc1caa10e6016cc65eb5c3f07db7ae7e3648 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxList unit test
 // Author:      Vadim Zeitlin, Mattia Barbon
 // Created:     2004-12-08
-// RCS-ID:      $Id$
 // Copyright:   (c) 2004 Vadim Zeitlin, Mattia Barbon
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -49,7 +48,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( ListsTestCase );
 
-// 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( ListsTestCase, "ListsTestCase" );
 
 class Baz // Foo is already taken in the hash test