Skip to content

Commit ffbb407

Browse files
committed
comment
1 parent 67b7b2a commit ffbb407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtest/formatters/terse.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ impl<T: Write> TerseFormatter<T> {
3434
max_name_len,
3535
is_multithreaded,
3636
test_count: 0,
37-
total_test_count: 0,
37+
total_test_count: 0, // initialized later, when write_run_start is called
3838
}
3939
}
4040

0 commit comments

Comments
 (0)