Index: tests/Test.cpp |
diff --git a/tests/Test.cpp b/tests/Test.cpp |
index e1afe763ee70d2d15721e8504791e48b2f2dabf0..e57427a354952a7eca494826f1c160863c7b2029 100644 |
--- a/tests/Test.cpp |
+++ b/tests/Test.cpp |
@@ -28,7 +28,6 @@ Reporter::Reporter() : fTestCount(0) { |
} |
void Reporter::startTest(Test* test) { |
- this->bumpTestCount(); |
this->onStart(test); |
} |