X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd9532a4160ad01d35a8b5fe3f65fa2b7f79c04e..c2f8c2b245959f612f0ebac31ab8d80bef6ea9e2:/tests/graphics/bitmap.cpp?ds=sidebyside diff --git a/tests/graphics/bitmap.cpp b/tests/graphics/bitmap.cpp index 122e01ebb4..ba36df7b2a 100644 --- a/tests/graphics/bitmap.cpp +++ b/tests/graphics/bitmap.cpp @@ -3,7 +3,6 @@ // Purpose: wxBitmap unit test // Author: Vadim Zeitlin // Created: 2010-03-29 -// RCS-ID: $Id$ // Copyright: (c) 2010 Vadim Zeitlin /////////////////////////////////////////////////////////////////////////////// @@ -47,7 +46,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( BitmapTestCase ); -// 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( BitmapTestCase, "BitmapTestCase" ); void BitmapTestCase::setUp()