]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/label.cpp
Disable a sporadically failing check in wxBitmapComboBox unit test.
[wxWidgets.git] / tests / controls / label.cpp
index 6dec5187f40ed827b9a897ba4dcc702056f5c8f3..8be19c5c66558c51db9851fddbe9fc40cf8e674f 100644 (file)
@@ -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" );
 
 // ----------------------------------------------------------------------------