File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ def #{@method}
363
363
def create_scenario_and_program
364
364
<<-TEST . chomp
365
365
366
- class #{ @class } #{ @current_time } < TestCase
366
+ class #{ @class } #{ @current_time } < ProtocolTestCase
367
367
PROGRAM = <<~RUBY
368
368
#{ format_program }
369
369
RUBY
@@ -399,7 +399,7 @@ def create_initialized_content
399
399
<<~TEST
400
400
# frozen_string_literal: true
401
401
402
- require_relative '../support/test_case '
402
+ require_relative '../support/protocol_test_case '
403
403
404
404
module DEBUGGER__
405
405
#{ create_scenario_and_program }
@@ -604,7 +604,7 @@ def #{@method}
604
604
def create_scenario_and_program
605
605
<<-TEST . chomp
606
606
607
- class #{ @class } #{ @current_time } < TestCase
607
+ class #{ @class } #{ @current_time } < ProtocolTestCase
608
608
PROGRAM = <<~RUBY
609
609
#{ format_program }
610
610
RUBY
@@ -640,7 +640,7 @@ def create_initialized_content
640
640
<<~TEST
641
641
# frozen_string_literal: true
642
642
643
- require_relative '../support/test_case '
643
+ require_relative '../support/protocol_test_case '
644
644
645
645
module DEBUGGER__
646
646
#{ create_scenario_and_program }
You can’t perform that action at this time.
0 commit comments