Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2015-06-05 17:59:53 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:50:13 +0300
commit54e1bb325a41744cda2167f2a072d665d1a58bee (patch)
tree70ed6100b049e140a5226e4fb37de321bc698194 /testing
parent26403e55e0daf10fd790238d9005d87431c16e57 (diff)
Added a blank line after the output of each test for better readability.
Diffstat (limited to 'testing')
-rw-r--r--testing/testingmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/testingmain.cpp b/testing/testingmain.cpp
index 931a1ce49a..e6c763cdf6 100644
--- a/testing/testingmain.cpp
+++ b/testing/testingmain.cpp
@@ -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)