X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69fc85873dfe7a9ea4f25ffc34bec7c0ee719368..85d64f6aa1d657b9463cb0cefedc5dbbf1facfac:/tests/misc/environ.cpp diff --git a/tests/misc/environ.cpp b/tests/misc/environ.cpp index 01d1e9b877..efa6c8940c 100644 --- a/tests/misc/environ.cpp +++ b/tests/misc/environ.cpp @@ -3,7 +3,6 @@ // Purpose: Test wxGet/SetEnv // Author: Francesco Montorsi (extracted from console sample) // Created: 2010-06-13 -// RCS-ID: $Id$ // Copyright: (c) 2010 wxWidgets team /////////////////////////////////////////////////////////////////////////////// @@ -43,7 +42,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( EnvTestCase ); -// 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( EnvTestCase, "EnvTestCase" ); void EnvTestCase::GetSet()