summaryrefslogtreecommitdiffstats
path: root/src/removeoverlap/remove_rectangle_overlap-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/removeoverlap/remove_rectangle_overlap-test.cpp')
-rw-r--r--src/removeoverlap/remove_rectangle_overlap-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/removeoverlap/remove_rectangle_overlap-test.cpp b/src/removeoverlap/remove_rectangle_overlap-test.cpp
index 9999d027e..87cf4cbb0 100644
--- a/src/removeoverlap/remove_rectangle_overlap-test.cpp
+++ b/src/removeoverlap/remove_rectangle_overlap-test.cpp
@@ -60,7 +60,7 @@ test_case(unsigned const n_rects, double const rect2coords[][4])
rect2coords[i][2],
rect2coords[i][3]);
}
- removeRectangleOverlap(rs, n_rects, 0.0, 0.0);
+ removeRectangleOverlap(n_rects,rs,0.0, 0.0);
for (unsigned i = 0; i < n_rects; ++i) {
UTEST_ASSERT(possibly_eq(rs[i]->width(), (rect2coords[i][1] -
rect2coords[i][0] )));