Fix: missing space in tests
This commit is contained in:
parent
2d255e851a
commit
30e3a343d9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ static bool runTest(struct configuration* c, const char* message,
|
|||
expectedHash);
|
||||
|
||||
if (c->doBenchmark) {
|
||||
printf("took: %f", duration);
|
||||
printf(" took: %f", duration);
|
||||
}
|
||||
printf("\n");
|
||||
return ok;
|
||||
|
|
Loading…
Reference in a new issue