X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5af86f4df50e22985c852afdcad1c7979d036b1b..575be976000353d8800b1dfc0c9714d262ae5c97:/tests/window/setsize.cpp diff --git a/tests/window/setsize.cpp b/tests/window/setsize.cpp index 122cb0749a..c1fd6f8535 100644 --- a/tests/window/setsize.cpp +++ b/tests/window/setsize.cpp @@ -22,10 +22,7 @@ #include "wx/window.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 @@ -56,7 +53,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( SetSizeTestCase ); -// 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( SetSizeTestCase, "SetSizeTestCase" ); // ----------------------------------------------------------------------------