Skip to content

Commit 8b02ed6

Browse files
committed
Remove unused failed_process attribute
1 parent 5381864 commit 8b02ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/test_case.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
module DEBUGGER__
1515
class TestCase < Test::Unit::TestCase
1616
TestInfo = Struct.new(:queue, :mode, :prompt_pattern, :remote_info,
17-
:backlog, :last_backlog, :internal_info, :failed_process)
17+
:backlog, :last_backlog, :internal_info)
1818

1919
RemoteInfo = Struct.new(:r, :w, :pid, :sock_path, :port, :reader_thread, :debuggee_backlog)
2020

0 commit comments

Comments
 (0)