Added a blank line after the output of each test for better readability.
This commit is contained in:
parent
26403e55e0
commit
54e1bb325a
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ int main(int argc, char * argv[])
|
|||
g_bLastTestOK = true;
|
||||
|
||||
uint64_t const elapsed = timer.ElapsedNano();
|
||||
LOG(LINFO, ("Test took", elapsed / 1000000, "ms"));
|
||||
LOG(LINFO, ("Test took", elapsed / 1000000, "ms\n"));
|
||||
}
|
||||
|
||||
if (numFailedTests == 0)
|
||||
|
|
Reference in a new issue