Skip to content

Commit 4e00f5d

Browse files
author
ono-max
committed
Update directory names for latest changes
1 parent c35bd4c commit 4e00f5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/tool/test_builder.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def create_initialized_content
195195
<<~TEST
196196
# frozen_string_literal: true
197197
198-
require_relative '../support/test_case'
198+
require_relative '../support/console_test_case'
199199
200200
module DEBUGGER__
201201
#{create_scenario_and_program}
@@ -213,7 +213,7 @@ def make_content
213213
end
214214

215215
def create_file
216-
path = "#{__dir__}/../debug/#{@file_name}_test.rb"
216+
path = "#{__dir__}/../console/#{@file_name}_test.rb"
217217
if File.exist?(path)
218218
@inserted_src = File.read(path)
219219
content = @inserted_src.split("\n")[0..-3].join("\n") + "\n#{make_content}\nend\n" if @inserted_src.include? @class
@@ -399,7 +399,7 @@ def create_initialized_content
399399
<<~TEST
400400
# frozen_string_literal: true
401401
402-
require_relative '../support/test_case'
402+
require_relative '../support/protocol_test_case'
403403
404404
module DEBUGGER__
405405
#{create_scenario_and_program}
@@ -640,7 +640,7 @@ def create_initialized_content
640640
<<~TEST
641641
# frozen_string_literal: true
642642
643-
require_relative '../support/test_case'
643+
require_relative '../support/protocol_test_case'
644644
645645
module DEBUGGER__
646646
#{create_scenario_and_program}

0 commit comments

Comments
 (0)