aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-23 05:35:24 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-23 05:35:24 +0000
commitea26a0e14f1f88ccffa15c149892008aa9f52f3e (patch)
tree6a239f4b1e22ac491d4a402e52a1644b279333ee /tests
parente0d9ce890e67d02727ac2811bb456ddb64f827d4 (diff)
comment out SkDebugf (only needed for local testing)
TBR=mtklein@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/248713003 git-svn-id: http://skia.googlecode.com/svn/trunk@14322 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-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;
}