diff options
Diffstat (limited to 'unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp')
-rw-r--r-- | unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp b/unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp index 5ae8e700757c..fd3e93797d26 100644 --- a/unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp +++ b/unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp @@ -30,7 +30,8 @@ public: class GDBRemoteCommunicationTest : public GDBRemoteTest { public: void SetUp() override { - ASSERT_THAT_ERROR(Connect(client, server), llvm::Succeeded()); + ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), + llvm::Succeeded()); } protected: |