X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/df67b58b5b265e1b8afa1ee1a4ba061806a37d8d..5dec941a5ba3c08870ab4b415dd6e5be368fa0f0:/tests/sizers/boxsizer.cpp?ds=inline diff --git a/tests/sizers/boxsizer.cpp b/tests/sizers/boxsizer.cpp index 9e7cc5191e..0266af8b3e 100644 --- a/tests/sizers/boxsizer.cpp +++ b/tests/sizers/boxsizer.cpp @@ -22,10 +22,7 @@ #include "wx/sizer.h" #endif // WX_PRECOMP -inline std::ostream& operator<<(std::ostream& o, const wxSize& s) -{ - return o << s.x << 'x' << s.y; -} +#include "asserthelper.h" // ---------------------------------------------------------------------------- // test class @@ -59,7 +56,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( BoxSizerTestCase ); -// 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( BoxSizerTestCase, "BoxSizerTestCase" ); // ----------------------------------------------------------------------------