Fixed description not being printed with dashes
This commit is contained in:
parent
2e75ad6268
commit
44adfb4be5
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ void normal_log_pre_init(struct criterion_test *test) {
|
|||
test->name);
|
||||
|
||||
if (test->data->description)
|
||||
criterion_pinfo(CRITERION_PREFIX_RUN, _(msg_desc),
|
||||
criterion_pinfo(CRITERION_PREFIX_DASHES, _(msg_desc),
|
||||
test->data->description);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue