Skip to content

Commit c053ec9

Browse files
committed
[lldb] Fix TestDAP_runInTerminal for #96256
change the expected error msg.
1 parent 9cd6ef4 commit c053ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_runInTerminalInvalidTarget(self):
105105
)
106106
self.assertFalse(response["success"])
107107
self.assertIn(
108-
"Could not create a target for a program 'INVALIDPROGRAM': unable to find executable",
108+
"Could not create a target for a program 'INVALIDPROGRAM': 'INVALIDPROGRAM' does not exist",
109109
response["message"],
110110
)
111111

0 commit comments

Comments
 (0)