This commit is contained in:
Ralf Jung
2018-08-20 22:03:10 +02:00
parent 67b7b2aa11
commit ffbb407801
+1 -1
View File
@@ -34,7 +34,7 @@ pub fn new(
max_name_len,
is_multithreaded,
test_count: 0,
total_test_count: 0,
total_test_count: 0, // initialized later, when write_run_start is called
}
}