comment
This commit is contained in:
parent
67b7b2aa11
commit
ffbb407801
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue