Index: tests/PathOpsSimplifyQuadThreadedTest.cpp |
diff --git a/tests/PathOpsSimplifyQuadThreadedTest.cpp b/tests/PathOpsSimplifyQuadThreadedTest.cpp |
index e3c0bc29d8e31c08d805cefd70768b3730d669dc..8ab84d7d8f4ce6c99c5372a0ec59c8bf73a2144f 100644 |
--- a/tests/PathOpsSimplifyQuadThreadedTest.cpp |
+++ b/tests/PathOpsSimplifyQuadThreadedTest.cpp |
@@ -86,8 +86,8 @@ DEF_TEST(PathOpsSimplifyQuadsThreaded, reporter) { |
for (int b = a ; b < 16; ++b) { |
for (int c = b ; c < 16; ++c) { |
for (int d = c; d < 16; ++d) { |
- *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable, |
- (&testSimplifyQuadsMain, a, b, c, d, &testRunner)); |
+ *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( |
+ &testSimplifyQuadsMain, a, b, c, d, &testRunner); |
} |
if (!reporter->allowExtendedTest()) goto finish; |
} |