Index: tests/ClampRangeTest.cpp |
diff --git a/tests/ClampRangeTest.cpp b/tests/ClampRangeTest.cpp |
index 28fcffc5e729454b15ae7b20c51070a66525c05e..dee777c4ad72c5001398a8250c410f70db1acfec 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; |
} |