aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lib/core_assertions.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-10 20:41:52 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 08:48:03 +0900
commit151a1cd45eb28982083d0c2c99ed8c564c18a0af (patch)
tree701212d0b1eaf0103413850352d6f9d749467a6c /tool/lib/core_assertions.rb
parentd7f0b41c7ba75639503d562cf7f5e26c3157c676 (diff)
downloadruby-151a1cd45eb28982083d0c2c99ed8c564c18a0af.tar.gz
Fixed inconsistent require order for assertions and core_assertions
Diffstat (limited to 'tool/lib/core_assertions.rb')
-rw-r--r--tool/lib/core_assertions.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/lib/core_assertions.rb b/tool/lib/core_assertions.rb
index 5720eb1ac3..f94a5dff66 100644
--- a/tool/lib/core_assertions.rb
+++ b/tool/lib/core_assertions.rb
@@ -25,9 +25,7 @@ module Test
module CoreAssertions
require_relative 'envutil'
-
require 'pp'
- include Test::Unit::Assertions
def mu_pp(obj) #:nodoc:
obj.pretty_inspect.chomp