We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd6ef4 commit c053ec9Copy full SHA for c053ec9
lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
@@ -105,7 +105,7 @@ def test_runInTerminalInvalidTarget(self):
105
)
106
self.assertFalse(response["success"])
107
self.assertIn(
108
- "Could not create a target for a program 'INVALIDPROGRAM': unable to find executable",
+ "Could not create a target for a program 'INVALIDPROGRAM': 'INVALIDPROGRAM' does not exist",
109
response["message"],
110
111
0 commit comments