[lldb] [unittests] Use non-empty format string for Timer()
authorMichal Gorny <mgorny@gentoo.org>
Tue, 26 Feb 2019 20:14:07 +0000 (20:14 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Tue, 26 Feb 2019 20:14:07 +0000 (20:14 +0000)
commit42d9cd2d350df895f2e78de9a134a26526cc86cb
tree78933822c78f8ddfc80148921b99ea36181d52f3
parent8fda7e15e6249d675b6852c60ab191b3e3cda8ba
[lldb] [unittests] Use non-empty format string for Timer()

Pass dummy '.' as format string for Timer() rather than an empty string,
in order to silence gcc warnings about empty format string
(-Wformat-zero-length).  The actual format string is irrelevant
to the test in question.

Differential Revision: https://reviews.llvm.org/D58680

llvm-svn: 354922
lldb/unittests/Utility/TimerTest.cpp