[Lldb-commits] [PATCH] D68248: [JSON] Use LLVM's library for encoding JSON
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 30 16:20:14 PDT 2019
shafik added inline comments.
================
Comment at: lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp:387
std::string expected_packet1 =
- R"(jTraceStart:{"buffersize" : 8192,"metabuffersize" : 8192,"params" :)";
+ R"(jTraceStart:{"buffersize":8192,"metabuffersize":8192,"params":)";
std::string expected_packet2 =
----------------
Removing the spaces, is this just a formatting change?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68248/new/
https://reviews.llvm.org/D68248
More information about the lldb-commits
mailing list