We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea75d7 commit 1c221a7Copy full SHA for 1c221a7
lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
@@ -82,6 +82,4 @@ def test_attach_with_invalid_targetId(self):
82
83
resp = self.attach(targetId=99999, expectFailure=True)
84
self.assertFalse(resp["success"])
85
- self.assertIn(
86
- "Unable to find existing target", resp["body"]["error"]["format"]
87
- )
+ self.assertIn("Unable to find existing target", resp["body"]["error"]["format"])
0 commit comments