X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a86d2e52c76551a8067403bc08d82bee0186d2c..0995b9dc18a7ce898c1c1be0e2790b258cab0fee:/tests/window/clientsize.cpp diff --git a/tests/window/clientsize.cpp b/tests/window/clientsize.cpp index 8f87ed9b8b..1b075fa1f6 100644 --- a/tests/window/clientsize.cpp +++ b/tests/window/clientsize.cpp @@ -51,7 +51,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( ClientSizeTestCase ); -// 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( ClientSizeTestCase, "ClientSizeTestCase" ); // ----------------------------------------------------------------------------