Skip to content

Commit cb2cec0

Browse files
committed
Fix unit test expect str
1 parent bca8f55 commit cb2cec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/statusline/TestStatusline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ def _wait_for_server_ready_in_log(log_file_path, ready_message):
196196
self.launch(timeout=self.TIMEOUT)
197197
self.resize()
198198
self.expect("settings set show-statusline true", ["no target"])
199-
self.expect(f"gdb-remote {connect_address}", substrs=["Process", "stopped"])
199+
self.expect(f"gdb-remote {connect_address}", [b"a.out \xe2\x94\x82 signal SIGSTOP"])

0 commit comments

Comments
 (0)