We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b7b2a commit ffbb407Copy full SHA for ffbb407
src/libtest/formatters/terse.rs
@@ -34,7 +34,7 @@ impl<T: Write> TerseFormatter<T> {
34
max_name_len,
35
is_multithreaded,
36
test_count: 0,
37
- total_test_count: 0,
+ total_test_count: 0, // initialized later, when write_run_start is called
38
}
39
40
0 commit comments