Skip to content

Commit 958c882

Browse files
committed
Remove unused local variable
1 parent 6998bb4 commit 958c882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/protocol_test_case.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def execute_dap_scenario scenario
339339
raise e
340340
ensure
341341
kill_remote_debuggee test_info
342-
if name = test_info.failed_process && !is_assertion_failure
342+
if test_info.failed_process && !is_assertion_failure
343343
flunk create_protocol_message "Expected the debuggee program to finish"
344344
end
345345
# Because the debuggee may be terminated by executing the following operations, we need to run them after `kill_remote_debuggee` method.

0 commit comments

Comments
 (0)