Skip to content

Commit c93f760

Browse files
committed
[lldb] Make TestPlatformMacOSX compatible with stable/20211026
Some of the GDB remote client modules had been moved upstream.
1 parent c399d6d commit c93f760

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/test/API/functionalities/gdb_remote_client/TestPlatformMacOSX.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import lldb
22
from lldbsuite.test.lldbtest import *
33
from lldbsuite.test.decorators import *
4-
from lldbsuite.test.gdbclientutils import *
5-
from lldbsuite.test.lldbgdbclient import GDBRemoteTestBase
4+
from gdbclientutils import *
65

76

87
class TestPlatformMacOSX(GDBRemoteTestBase):

0 commit comments

Comments
 (0)