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 a21742d commit f92c7bdCopy full SHA for f92c7bd
test/support/dap_utils.rb
@@ -174,7 +174,7 @@ def run_dap_scenario program, &msgs
174
write_temp_file(strip_line_num(program))
175
176
test_info = DAP_TestInfo.new([], [])
177
- remote_info = test_info.remote_info = setup_unix_doman_socket_remote_debuggee
+ test_info.remote_info = setup_unix_doman_socket_remote_debuggee
178
res_log = test_info.res_backlog
179
sock = nil
180
target_msg = nil
0 commit comments