aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsDPointTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsDPointTest.cpp')
-rw-r--r--tests/PathOpsDPointTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PathOpsDPointTest.cpp b/tests/PathOpsDPointTest.cpp
index 186d691d10..e197d5d618 100644
--- a/tests/PathOpsDPointTest.cpp
+++ b/tests/PathOpsDPointTest.cpp
@@ -38,7 +38,6 @@ DEF_TEST(PathOpsDPoint, reporter) {
REPORTER_ASSERT(reporter, p == pt);
REPORTER_ASSERT(reporter, p.approximatelyEqual(sPt));
REPORTER_ASSERT(reporter, p.roughlyEqual(pt));
- REPORTER_ASSERT(reporter, p.moreRoughlyEqual(pt));
p.fX = p.fY = 0;
REPORTER_ASSERT(reporter, p.fX == 0 && p.fY == 0);
REPORTER_ASSERT(reporter, p.approximatelyZero());