This commit is contained in:
Ralf Jung 2018-08-20 22:03:10 +02:00
parent 67b7b2aa11
commit ffbb407801

View file

@ -34,7 +34,7 @@ impl<T: Write> TerseFormatter<T> {
max_name_len,
is_multithreaded,
test_count: 0,
total_test_count: 0,
total_test_count: 0, // initialized later, when write_run_start is called
}
}