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 1b1f24b commit 6b1e760Copy full SHA for 6b1e760
lldb/test/API/tools/lldb-dap/coreFile/TestDAP_coreFile.py
@@ -73,7 +73,7 @@ def test_wrong_core_file(self):
73
self.assertFalse(resp["success"], "Expected failure in response {resp!r}")
74
error_msg = resp["body"]["error"]["format"]
75
76
- # attach my fail for mutilple reasons.
+ # attach may fail for mutilple reasons.
77
self.assertEqual(error_msg, "Failed to create the process")
78
79
@skipIfLLVMTargetMissing("X86")
0 commit comments