From 2f7cfaf4adc4f1ab1cd9cf039c795ff3422294a4 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 10 Feb 2017 11:49:40 +0000 Subject: Switch TestPacketSpeedJSON to use the llvm chrono formatter llvm-svn: 294739 --- lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp') 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(); -- cgit v1.2.3