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

Unified Diff: tests/PathOpsOpCubicThreadedTest.cpp

Issue 1140563003: clean up tests (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix linux build error Created 5 years, 7 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 | « tests/PathOpsOpCircleThreadedTest.cpp ('k') | tests/PathOpsOpLoopThreadedTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/PathOpsOpCubicThreadedTest.cpp
diff --git a/tests/PathOpsOpCubicThreadedTest.cpp b/tests/PathOpsOpCubicThreadedTest.cpp
index 26617b885f52ceae338a7b098a677e4954de415c..12eb71b906839de34358a94d52b8d528a57dfaa9 100644
--- a/tests/PathOpsOpCubicThreadedTest.cpp
+++ b/tests/PathOpsOpCubicThreadedTest.cpp
@@ -64,7 +64,7 @@ static void testOpCubicsMain(PathOpsThreadState* data) {
SkPathOpsDebug::OpStr((SkPathOp) op));
str += sprintf(str, "}\n");
}
- if (!testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "cubics")) {
+ if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "cubics")) {
if (progress) {
++loopNo;
goto skipToNext;
« no previous file with comments | « tests/PathOpsOpCircleThreadedTest.cpp ('k') | tests/PathOpsOpLoopThreadedTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698