X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80e13ad372653fd58e1b01db9479c65e8095d1a3..1ec4e9c2b72a01a7ba7da569e0f8d04a81aaba10:/tests/controls/virtlistctrltest.cpp diff --git a/tests/controls/virtlistctrltest.cpp b/tests/controls/virtlistctrltest.cpp index 1d52ce5df5..78137b31d8 100644 --- a/tests/controls/virtlistctrltest.cpp +++ b/tests/controls/virtlistctrltest.cpp @@ -52,7 +52,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( VirtListCtrlTestCase ); -// 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( VirtListCtrlTestCase, "VirtListCtrlTestCase" ); // ----------------------------------------------------------------------------