aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tests/ClampRangeTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ClampRangeTest.cpp b/tests/ClampRangeTest.cpp
index 28fcffc5e7..dee777c4ad 100644
--- a/tests/ClampRangeTest.cpp
+++ b/tests/ClampRangeTest.cpp
@@ -56,7 +56,7 @@ static void slow_check(const SkClampRange& range,
fx += dx;
}
if (range.fCount1 > 0 && fx != range.fFx1) {
- SkDebugf("%x %x\n", fx, range.fFx1);
+// SkDebugf("%x %x\n", fx, range.fFx1);
R_ASSERT(false); // bad fFx1
return;
}