================
@@ -20,212 +18,342 @@ using namespace testing;
 
 namespace {
 
-class MockSyncService : public AdbClient::SyncService {
+class MockConnection : public Connection {
----------------
labath wrote:

Is this used anywhere? If it is, it may be better to just use a real connection 
instead of a mock. `Socket::CreatePair` creates a pair of connected sockets, 
and the Connection class has a constructor that takes one of those.

https://github.com/llvm/llvm-project/pull/145382
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to