aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsSkpTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsSkpTest.cpp')
-rw-r--r--tests/PathOpsSkpTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/PathOpsSkpTest.cpp b/tests/PathOpsSkpTest.cpp
index 5e17422971..c89b4088c3 100644
--- a/tests/PathOpsSkpTest.cpp
+++ b/tests/PathOpsSkpTest.cpp
@@ -4628,9 +4628,9 @@ path.close();
testPathOp(reporter, path1, path2, kIntersect_SkPathOp, filename);
}
-static void (*skipTest)(skiatest::Reporter* , const char* filename) = 0;
-static void (*firstTest)(skiatest::Reporter* , const char* filename) = 0;
-static void (*stopTest)(skiatest::Reporter* , const char* filename) = 0;
+static void (*skipTest)(skiatest::Reporter* , const char* filename) = nullptr;
+static void (*firstTest)(skiatest::Reporter* , const char* filename) = nullptr;
+static void (*stopTest)(skiatest::Reporter* , const char* filename) = nullptr;
static struct TestDesc tests[] = {
TEST(skpwww_gorcraft_ru_1),