aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsLineParametetersTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsLineParametetersTest.cpp')
-rw-r--r--tests/PathOpsLineParametetersTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathOpsLineParametetersTest.cpp b/tests/PathOpsLineParametetersTest.cpp
index 3b223ae89f..c8f8be7699 100644
--- a/tests/PathOpsLineParametetersTest.cpp
+++ b/tests/PathOpsLineParametetersTest.cpp
@@ -68,7 +68,7 @@ static void PathOpsLineParametersTest(skiatest::Reporter* reporter) {
if (AlmostEqualUlps(fabs(normalizedDistance[inner]), answers[index][inner])) {
continue;
}
- SkDebugf("%s [%d,%d] normalizedDistance:%1.10g != answer:%g\n",
+ SkDebugf("%s [%d,%d] normalizedDistance:%1.9g != answer:%g\n",
__FUNCTION__, static_cast<int>(index), (int)inner,
normalizedDistance[inner], answers[index][inner]);
REPORTER_ASSERT(reporter, 0);