diff options
Diffstat (limited to 'lldb/test/tools/lldb-gdbserver/TestGdbRemote_qThreadStopInfo.py')
-rw-r--r-- | lldb/test/tools/lldb-gdbserver/TestGdbRemote_qThreadStopInfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/tools/lldb-gdbserver/TestGdbRemote_qThreadStopInfo.py b/lldb/test/tools/lldb-gdbserver/TestGdbRemote_qThreadStopInfo.py index 1d8147a0695..18275030444 100644 --- a/lldb/test/tools/lldb-gdbserver/TestGdbRemote_qThreadStopInfo.py +++ b/lldb/test/tools/lldb-gdbserver/TestGdbRemote_qThreadStopInfo.py @@ -19,7 +19,7 @@ class TestGdbRemote_qThreadStopInfo(gdbremote_testcase.GdbRemoteTestCaseBase): # Assumes test_sequence has anything added needed to setup the initial state. # (Like optionally enabling QThreadsInStopReply.) self.test_sequence.add_log_lines([ - "read packet: $c#00" + "read packet: $c#63" ], True) context = self.expect_gdbremote_sequence() self.assertIsNotNone(context) |