]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/strings/tokenizer.cpp
Open debugger at the location of failing assert, if possible.
[wxWidgets.git] / tests / strings / tokenizer.cpp
index 026202359c871da457203bf561ab1e59463b902e..e45b91efdb40a66cd63da748bad0d49641ef21f7 100644 (file)
@@ -53,7 +53,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( TokenizerTestCase );
 
-// 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( TokenizerTestCase, "TokenizerTestCase" );
 
 // ----------------------------------------------------------------------------