aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/LineParameteters_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/Intersection/LineParameteters_Test.cpp')
-rw-r--r--experimental/Intersection/LineParameteters_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/Intersection/LineParameteters_Test.cpp b/experimental/Intersection/LineParameteters_Test.cpp
index 326477e792..462ca16950 100644
--- a/experimental/Intersection/LineParameteters_Test.cpp
+++ b/experimental/Intersection/LineParameteters_Test.cpp
@@ -57,7 +57,7 @@ void LineParameter_Test() {
if (AlmostEqualUlps(distSq, normalSquared * answersSq)) {
continue;
}
- printf("%s [%d,%d] denormalizedDistance:%g != answer:%g"
+ SkDebugf("%s [%d,%d] denormalizedDistance:%g != answer:%g"
" distSq:%g answerSq:%g normalSquared:%g\n",
__FUNCTION__, (int)index, (int)inner,
denormalizedDistance[inner], answers[index][inner],
@@ -71,7 +71,7 @@ void LineParameter_Test() {
if (AlmostEqualUlps(fabs(normalizedDistance[inner]), answers[index][inner])) {
continue;
}
- printf("%s [%d,%d] normalizedDistance:%1.10g != answer:%g\n",
+ SkDebugf("%s [%d,%d] normalizedDistance:%1.10g != answer:%g\n",
__FUNCTION__, (int)index, (int)inner,
normalizedDistance[inner], answers[index][inner]);
}