diff --git a/tests/asserthelper.cpp b/tests/asserthelper.cpp index 7b25cec2d6..73a980cac1 100644 --- a/tests/asserthelper.cpp +++ b/tests/asserthelper.cpp @@ -49,7 +49,7 @@ std::ostream& operator<<(std::ostream& os, const wxColour& c) std::ostream& operator<<(std::ostream& os, const wxSize& s) { - os << s.x << "x" << s.y; + os << s.x << "*" << s.y; return os; }