Skip to content

Commit f92c7bd

Browse files
authored
test: Avoid warning: assigned but unused variable
Avoid warning: assigned but unused variable - remote_info
1 parent a21742d commit f92c7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/dap_utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def run_dap_scenario program, &msgs
174174
write_temp_file(strip_line_num(program))
175175

176176
test_info = DAP_TestInfo.new([], [])
177-
remote_info = test_info.remote_info = setup_unix_doman_socket_remote_debuggee
177+
test_info.remote_info = setup_unix_doman_socket_remote_debuggee
178178
res_log = test_info.res_backlog
179179
sock = nil
180180
target_msg = nil

0 commit comments

Comments
 (0)