X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07890fbeb5e65f242e8632ed957c54e188779af2..968b44d37b9fcdc5232fb68312a65e4fc6b5f4ab:/tests/base64/base64.cpp diff --git a/tests/base64/base64.cpp b/tests/base64/base64.cpp index 85c6e20539..9d7475a627 100644 --- a/tests/base64/base64.cpp +++ b/tests/base64/base64.cpp @@ -111,7 +111,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( Base64TestCase ); -// 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( Base64TestCase, "Base64TestCase" ); void Base64TestCase::EncodeDecodeEmpty()