File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
lldb/test/API/tools/lldb-dap/evaluate Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,14 @@ def run_test_evaluate_expressions(
6060 len (breakpoint_lines ),
6161 "Did not resolve all the breakpoints." ,
6262 )
63- (
64- breakpoint_1 ,
65- breakpoint_2 ,
66- breakpoint_3 ,
67- breakpoint_4 ,
68- breakpoint_5 ,
69- breakpoint_6 ,
70- breakpoint_7 ,
71- breakpoint_8 ,
72- ) = breakpoint_ids
63+ breakpoint_1 = breakpoint_ids [0 ]
64+ breakpoint_2 = breakpoint_ids [1 ]
65+ breakpoint_3 = breakpoint_ids [2 ]
66+ breakpoint_4 = breakpoint_ids [3 ]
67+ breakpoint_5 = breakpoint_ids [4 ]
68+ breakpoint_6 = breakpoint_ids [5 ]
69+ breakpoint_7 = breakpoint_ids [6 ]
70+ breakpoint_8 = breakpoint_ids [7 ]
7371 self .continue_to_breakpoint (breakpoint_1 )
7472
7573 # Expressions at breakpoint 1, which is in main
You can’t perform that action at this time.
0 commit comments