aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Test.cpp')
-rw-r--r--tests/Test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Test.cpp b/tests/Test.cpp
index e0b997a8b7..79d3aad581 100644
--- a/tests/Test.cpp
+++ b/tests/Test.cpp
@@ -20,7 +20,8 @@ SK_DEFINE_INST_COUNT(skiatest::Reporter)
using namespace skiatest;
-Reporter::Reporter() {
+Reporter::Reporter()
+ : fTestCount(0) {
this->resetReporting();
}