summaryrefslogtreecommitdiff
path: root/tool/test
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-07 21:12:55 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 08:48:03 +0900
commit78ec066347cd5e59957ef6f98d4f40fd00aa667a (patch)
tree85251ef4c445caf5955d259d0bd8be0653d04198 /tool/test
parent48933a34095b7565196c1b78d9644b44cef8f602 (diff)
downloadruby-78ec066347cd5e59957ef6f98d4f40fd00aa667a.tar.gz
Use CoreAssertions instead of Assertions
Diffstat (limited to 'tool/test')
-rw-r--r--tool/test/webrick/utils.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/test/webrick/utils.rb b/tool/test/webrick/utils.rb
index 56d3a30ea4..85fc2bc641 100644
--- a/tool/test/webrick/utils.rb
+++ b/tool/test/webrick/utils.rb
@@ -36,8 +36,8 @@ module TestWEBrick
RubyBinArray << "-I" << "#{File.dirname(EnvUtil.rubybin)}/.ext/#{RUBY_PLATFORM}"
require "test/unit" unless defined?(Test::Unit)
- include Test::Unit::Assertions
- extend Test::Unit::Assertions
+ include Test::Unit::CoreAssertions
+ extend Test::Unit::CoreAssertions
module_function