| commit | ea26a0e14f1f88ccffa15c149892008aa9f52f3e | [log] [tgz] |
|---|---|---|
| author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Apr 23 05:35:24 2014 +0000 |
| committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Apr 23 05:35:24 2014 +0000 |
| tree | 6a239f4b1e22ac491d4a402e52a1644b279333ee | |
| parent | e0d9ce890e67d02727ac2811bb456ddb64f827d4 [diff] [blame] |
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
diff --git a/tests/ClampRangeTest.cpp b/tests/ClampRangeTest.cpp index 28fcffc..dee777c 100644 --- a/tests/ClampRangeTest.cpp +++ b/tests/ClampRangeTest.cpp
@@ -56,7 +56,7 @@ 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; }