aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsChalkboardTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsChalkboardTest.cpp')
-rw-r--r--tests/PathOpsChalkboardTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/PathOpsChalkboardTest.cpp b/tests/PathOpsChalkboardTest.cpp
index 8c74e7f98d..88fe8190c0 100644
--- a/tests/PathOpsChalkboardTest.cpp
+++ b/tests/PathOpsChalkboardTest.cpp
@@ -165,9 +165,9 @@ static void chalkboard_1(skiatest::Reporter* reporter, const char* filename) {
chalkboard(reporter, testlines);
}
-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 TestDesc tests[] = {
TEST(chalkboard_1),