Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: tests/ClampRangeTest.cpp

Issue 248713003: comment out SkDebugf (only needed for local testing) (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698