X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6eb1e122cbefa9ad022935846eb2981880ea50ef..407f216223670d7450eca5f8bfff7f61a7accca3:/tests/misc/dynamiclib.cpp diff --git a/tests/misc/dynamiclib.cpp b/tests/misc/dynamiclib.cpp index 4fedd6bed0..bf33350099 100644 --- a/tests/misc/dynamiclib.cpp +++ b/tests/misc/dynamiclib.cpp @@ -41,7 +41,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( DynamicLibraryTestCase ); -// 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( DynamicLibraryTestCase, "DynamicLibraryTestCase" ); void DynamicLibraryTestCase::Load()