Index: tests/PathOpsDPointTest.cpp |
diff --git a/tests/PathOpsDPointTest.cpp b/tests/PathOpsDPointTest.cpp |
index 186d691d1096b34e603e76def8c690a3cb154a84..e197d5d618eecaa185fc2523a5bf526a3e521602 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()); |