Index: tests/PathOpsOpLoopThreadedTest.cpp |
diff --git a/tests/PathOpsOpLoopThreadedTest.cpp b/tests/PathOpsOpLoopThreadedTest.cpp |
index 6a54b47ee465ba647f1d6b0b8b6fe89551dd850f..d8689bfc1788f25bb493cb7396ac961376a4fb2e 100755 |
--- a/tests/PathOpsOpLoopThreadedTest.cpp |
+++ b/tests/PathOpsOpLoopThreadedTest.cpp |
@@ -53,7 +53,7 @@ static void testOpLoopsMain(PathOpsThreadState* data) { |
SkPath pathA, pathB; |
if (progress) { |
char* str = pathStr; |
- const int loopNo = 12; |
+ const int loopNo = 17; |
str += sprintf(str, "static void loop%d(skiatest::Reporter* reporter," |
" const char* filename) {\n", loopNo); |
str += sprintf(str, " SkPath path, pathB;\n"); |