summaryrefslogtreecommitdiff
path: root/test/geometry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/geometry.cpp')
-rw-r--r--test/geometry.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/geometry.cpp b/test/geometry.cpp
index 51256924..008d51ea 100644
--- a/test/geometry.cpp
+++ b/test/geometry.cpp
@@ -25,9 +25,7 @@ protected:
bool result = op(lhs, rhs);
if (result != expect) {
- cout << lhs.toString()
- << opName << " "
- << rhs.toString()
+ cout << lhs << opName << " " << rhs
<< "test failed" << std::endl;
return false;
}