X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7dc53953b7329d6e8b4a6b003f878aab0bdd1cd..23a9a87c85d4e08cd96ab6ab95db64efe46a972f:/tests/controls/treectrltest.cpp diff --git a/tests/controls/treectrltest.cpp b/tests/controls/treectrltest.cpp index 5c59c627b9..dbbb51fb97 100644 --- a/tests/controls/treectrltest.cpp +++ b/tests/controls/treectrltest.cpp @@ -114,7 +114,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( TreeCtrlTestCase ); -// 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( TreeCtrlTestCase, "TreeCtrlTestCase" ); // ----------------------------------------------------------------------------