Skip to content

Commit 9040fa4

Browse files
labathAlexisPerry
authored andcommitted
[lldb] Fix TestDAP_runInTerminal for llvm#96256
change the expected error msg.
1 parent de0021c commit 9040fa4

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)