X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3da9cffc79cd41b5f1d0c517c8c945596751e86f..32cc8d13b874bbe49499fed08fe69f7caec38c1d:/tests/controls/label.cpp?ds=sidebyside diff --git a/tests/controls/label.cpp b/tests/controls/label.cpp index 6dec5187f4..8be19c5c66 100644 --- a/tests/controls/label.cpp +++ b/tests/controls/label.cpp @@ -59,7 +59,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( LabelTestCase ); -// 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( LabelTestCase, "LabelTestCase" ); // ----------------------------------------------------------------------------