Index: packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestStopPCs.py =================================================================== --- packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestStopPCs.py +++ packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestStopPCs.py @@ -5,7 +5,7 @@ from gdbclientutils import * -class TestThreadSelectionBug(GDBRemoteTestBase): +class TestStopPCs(GDBRemoteTestBase): def test(self): class MyResponder(MockGDBServerResponder): def haltReason(self):