diff options
author | Pavel Labath <labath@google.com> | 2017-02-10 11:49:40 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-02-10 11:49:40 +0000 |
commit | 2f7cfaf4adc4f1ab1cd9cf039c795ff3422294a4 (patch) | |
tree | f41226a37f8bd542611cc7d02479379e685c981f /lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp | |
parent | d02b1c83df9eb79dcf9d8be927a3088b03a512d0 (diff) | |
download | bcm5719-llvm-2f7cfaf4adc4f1ab1cd9cf039c795ff3422294a4.tar.gz bcm5719-llvm-2f7cfaf4adc4f1ab1cd9cf039c795ff3422294a4.zip |
Switch TestPacketSpeedJSON to use the llvm chrono formatter
llvm-svn: 294739
Diffstat (limited to 'lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp')
-rw-r--r-- | lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp b/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp index 4bac9ebd404..2583ee897aa 100644 --- a/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp +++ b/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp @@ -298,6 +298,7 @@ TEST_F(GDBRemoteCommunicationClientTest, TestPacketSpeedJSON) { client.Disconnect(); server_thread.join(); + GTEST_LOG_(INFO) << "Formatted output: " << ss.GetData(); auto object_sp = StructuredData::ParseJSON(ss.GetString()); ASSERT_TRUE(bool(object_sp)); auto dict_sp = object_sp->GetAsDictionary(); |