X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/232fdc630c42eb165f7659981043e794be03b3b7..3e1db65507361f69f37b1f66de319a1c9bf5fca8:/tests/window/setsize.cpp?ds=sidebyside diff --git a/tests/window/setsize.cpp b/tests/window/setsize.cpp index 16468d22bc..c1fd6f8535 100644 --- a/tests/window/setsize.cpp +++ b/tests/window/setsize.cpp @@ -53,7 +53,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( SetSizeTestCase ); -// 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( SetSizeTestCase, "SetSizeTestCase" ); // ----------------------------------------------------------------------------