X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/009f89f75dc5803327723039b2deeba18a6228bb..eb6b14dc71402c42e0474779bfcd6e878383071e:/tests/misc/settings.cpp diff --git a/tests/misc/settings.cpp b/tests/misc/settings.cpp index 09174d2888..8c94f0a3c1 100644 --- a/tests/misc/settings.cpp +++ b/tests/misc/settings.cpp @@ -3,7 +3,6 @@ // Purpose: test wxSettings // Author: Francesco Montorsi // Created: 2009-03-24 -// RCS-ID: $Id$ // Copyright: (c) 2009 Francesco Montorsi /////////////////////////////////////////////////////////////////////////////// @@ -56,7 +55,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( SettingsTestCase ); -// 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( SettingsTestCase, "SettingsTestCase" );