Skip to content

Commit c750bb0

Browse files
Update lldb/test/API/tools/lldb-dap/gotoTargets/TestDAP_gotoTargets.py
Co-authored-by: Adrian Vogelsgesang <[email protected]>
1 parent bb32994 commit c750bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/tools/lldb-dap/gotoTargets/TestDAP_gotoTargets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_default(self):
4949
)
5050

5151
self.assertEqual(
52-
response["success"], True, "expects success when request for targets"
52+
response["success"], True, "request for gotoTargets should be successful"
5353
)
5454
target = response["body"]["targets"][0]
5555
self.assertGreaterEqual(

0 commit comments

Comments
 (0)