X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc215b4140ebae043f239dfbb786ce29958b5fab..62795f413a7222863b4aee76c08764071f94bd87:/tests/strings/iostream.cpp diff --git a/tests/strings/iostream.cpp b/tests/strings/iostream.cpp index c91b66b1d6..0bbacfec2f 100644 --- a/tests/strings/iostream.cpp +++ b/tests/strings/iostream.cpp @@ -3,7 +3,6 @@ // Purpose: unit test of wxString interaction with std::[io]stream // Author: Vadim Zeitlin // Created: 2007-10-09 -// RCS-ID: $Id$ // Copyright: (c) 2007 Vadim Zeitlin /////////////////////////////////////////////////////////////////////////////// @@ -47,7 +46,7 @@ private: CPPUNIT_TEST_SUITE_REGISTRATION( StringIostreamTestCase ); -// 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( StringIostreamTestCase, "StringIostream" ); void StringIostreamTestCase::Out()