X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/87f528f15b7b0ef31c992d1bc474b6fbcaba95f9..9d94efd8b0385f1afd70f71c8242a28d61527a68:/tests/strings/crt.cpp diff --git a/tests/strings/crt.cpp b/tests/strings/crt.cpp index 6010ef85cd..7f108749c0 100644 --- a/tests/strings/crt.cpp +++ b/tests/strings/crt.cpp @@ -3,7 +3,6 @@ // Purpose: Test for wx C runtime functions wrappers // Author: Vaclav Slavik // Created: 2004-06-03 -// RCS-ID: $Id$ // Copyright: (c) 2004 Vaclav Slavik // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -70,7 +69,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( CrtTestCase ); -// 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( CrtTestCase, "CrtTestCase" ); void CrtTestCase::SetGetEnv()