Skip to content

Commit 82ace5b

Browse files
committed
Removing unnecessary changes.
1 parent 69a7b75 commit 82ace5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/test/API/tools/lldb-dap/stepInTargets/TestDAP_stepInTargets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ def test_basic(self):
3030
self.assertEqual(
3131
len(breakpoint_ids), len(lines), "expect correct number of breakpoints"
3232
)
33-
# Target based capability 'supportsStepInTargetsRequest' is sent in
34-
# 'configurationDone' which is called prior to continue.
3533
self.continue_to_breakpoints(breakpoint_ids)
3634

3735
threads = self.dap_server.get_threads()

0 commit comments

Comments
 (0)