Skip to content

Commit 9fc1d9e

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

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
@@ -66,7 +66,7 @@ def test_default(self):
6666
stopped_events = self.dap_server.wait_for_stopped()
6767
is_goto = lambda event: event["body"]["reason"] == "goto"
6868
has_goto_event = any(map(is_goto, stopped_events))
69-
self.assertEqual(has_goto_event, True, "expects stopped event with reason goto")
69+
self.assertEqual(has_goto_event, True, "expected a stopped event with reason `goto`")
7070

7171
self.dap_server.request_next(thread_id)
7272
self.continue_to_next_stop()

0 commit comments

Comments
 (0)