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);
|
expectedHash);
|
||||||
|
|
||||||
if (c->doBenchmark) {
|
if (c->doBenchmark) {
|
||||||
printf("took: %f", duration);
|
printf(" took: %f", duration);
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
return ok;
|
return ok;
|
||||||
|
|
Loading…
Reference in a new issue