aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Test.cpp')
-rw-r--r--tests/Test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Test.cpp b/tests/Test.cpp
index e1afe763ee..e57427a354 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);
}