diff options
Diffstat (limited to 'unittests/Process/gdb-remote/GDBRemoteTestUtils.h')
| -rw-r--r-- | unittests/Process/gdb-remote/GDBRemoteTestUtils.h | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/unittests/Process/gdb-remote/GDBRemoteTestUtils.h b/unittests/Process/gdb-remote/GDBRemoteTestUtils.h index d7700f23e5ab..cc17422049bc 100644 --- a/unittests/Process/gdb-remote/GDBRemoteTestUtils.h +++ b/unittests/Process/gdb-remote/GDBRemoteTestUtils.h @@ -19,11 +19,12 @@ namespace process_gdb_remote {  class GDBRemoteTest : public testing::Test {  public:    static void SetUpTestCase(); -    static void TearDownTestCase(); -}; -void Connect(GDBRemoteCommunication &client, GDBRemoteCommunication &server); +protected: +  llvm::Error Connect(GDBRemoteCommunication &client, +                      GDBRemoteCommunication &server); +};  struct MockServer : public GDBRemoteCommunicationServer {    MockServer()  | 
