summaryrefslogtreecommitdiff
path: root/tool/test
diff options
context:
space:
mode:
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