We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6998bb4 commit 958c882Copy full SHA for 958c882
test/support/protocol_test_case.rb
@@ -339,7 +339,7 @@ def execute_dap_scenario scenario
339
raise e
340
ensure
341
kill_remote_debuggee test_info
342
- if name = test_info.failed_process && !is_assertion_failure
+ if test_info.failed_process && !is_assertion_failure
343
flunk create_protocol_message "Expected the debuggee program to finish"
344
end
345
# Because the debuggee may be terminated by executing the following operations, we need to run them after `kill_remote_debuggee` method.
0 commit comments