X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5098c258b2b70241cb68e9aa219ff60f85e4ca84..eb6b14dc71402c42e0474779bfcd6e878383071e:/tests/geometry/rect.cpp?ds=sidebyside diff --git a/tests/geometry/rect.cpp b/tests/geometry/rect.cpp index 505088b4da..55420342f4 100644 --- a/tests/geometry/rect.cpp +++ b/tests/geometry/rect.cpp @@ -3,7 +3,6 @@ // Purpose: wxRect unit test // Author: Vadim Zeitlin // Created: 2004-12-11 -// RCS-ID: $Id$ // Copyright: (c) 2004 wxWindows /////////////////////////////////////////////////////////////////////////////// @@ -64,7 +63,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( RectTestCase ); -// 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( RectTestCase, "RectTestCase" ); void RectTestCase::CentreIn()