aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsBuildUseTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsBuildUseTest.cpp')
-rw-r--r--tests/PathOpsBuildUseTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PathOpsBuildUseTest.cpp b/tests/PathOpsBuildUseTest.cpp
index 67e42520aa..0d7200886e 100644
--- a/tests/PathOpsBuildUseTest.cpp
+++ b/tests/PathOpsBuildUseTest.cpp
@@ -2415,8 +2415,8 @@ path.close();
builder.resolve(&path);
}
-static void (*firstTest)(skiatest::Reporter* , const char* filename) = 0;
-static void (*stopTest)(skiatest::Reporter* , const char* filename) = 0;
+static void (*firstTest)(skiatest::Reporter* , const char* filename) = nullptr;
+static void (*stopTest)(skiatest::Reporter* , const char* filename) = nullptr;
static struct TestDesc tests[] = {
TEST(build1_1),