Index: tests/PathOpsSimplifyQuadThreadedTest.cpp |
diff --git a/tests/PathOpsSimplifyQuadThreadedTest.cpp b/tests/PathOpsSimplifyQuadThreadedTest.cpp |
index 047aa6b7951d7c6bb4e1319603289bd1fe1ecff8..e3c0bc29d8e31c08d805cefd70768b3730d669dc 100644 |
--- a/tests/PathOpsSimplifyQuadThreadedTest.cpp |
+++ b/tests/PathOpsSimplifyQuadThreadedTest.cpp |
@@ -49,7 +49,7 @@ static void testSimplifyQuadsMain(PathOpsThreadState* data) |
SkIntToScalar(hx), SkIntToScalar(hy)); |
path.close(); |
if (progress) { |
- static int quadTest = 65; |
+ static int quadTest = 66; |
char* str = pathStr; |
str += sprintf(str, "static void testQuads%d(skiatest::Reporter* reporter," |
"const char* filename) {\n", quadTest); |