Index: tests/PathOpsLineParametetersTest.cpp |
diff --git a/tests/PathOpsLineParametetersTest.cpp b/tests/PathOpsLineParametetersTest.cpp |
index 3b223ae89fb600bc90a3fd5df25b218bb1d0835d..c8f8be7699acd5e3798bb7e42c923c06a0e9d7e8 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); |