| Index: tests/PathOpsSimplifyTest.cpp
|
| diff --git a/tests/PathOpsSimplifyTest.cpp b/tests/PathOpsSimplifyTest.cpp
|
| index ce2c89bf7ae59b0885558e9bc5cfb5606ab5f301..f4a332e2318da616e8b685e48b2b75d31f6ffccf 100644
|
| --- a/tests/PathOpsSimplifyTest.cpp
|
| +++ b/tests/PathOpsSimplifyTest.cpp
|
| @@ -3772,7 +3772,7 @@ static void testQuad7(skiatest::Reporter* reporter) {
|
| testSimplify(reporter, path);
|
| }
|
|
|
| -static void (*firstTest)(skiatest::Reporter* ) = 0;
|
| +static void (*firstTest)(skiatest::Reporter* ) = testQuadratic85;
|
|
|
| static TestDesc tests[] = {
|
| TEST(testQuad7),
|
|
|