Fixed typo disabling pre_init logging
This commit is contained in:
parent
1feeca65ce
commit
0d1210a24d
1 changed files with 2 additions and 1 deletions
|
@ -211,8 +211,9 @@ static void run_test(struct criterion_global_stats *stats,
|
|||
stat_push_event(stats, suite_stats, test_stats, ev);
|
||||
switch (ev->kind) {
|
||||
case PRE_INIT:
|
||||
report(PRE_INIT, test); break;
|
||||
report(PRE_INIT, test);
|
||||
log(pre_init, test);
|
||||
break;
|
||||
case PRE_TEST:
|
||||
report(PRE_TEST, test);
|
||||
log(pre_test, test);
|
||||
|
|
Loading…
Add table
Reference in a new issue