Fixed skipped tests not being reported

This commit is contained in:
Snaipe 2015-04-12 16:48:54 +02:00
parent 7a00d206dc
commit 795f2d28da

View file

@ -176,7 +176,7 @@ static void run_test(struct criterion_global_stats *stats,
stat_push_event(stats,
suite_stats,
test_stats,
&(struct event) { .kind = PRE_TEST });
&(struct event) { .kind = PRE_INIT });
return;
}