From 151a1cd45eb28982083d0c2c99ed8c564c18a0af Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 10 Sep 2021 20:41:52 +0900 Subject: Fixed inconsistent require order for assertions and core_assertions --- test/ruby/test_module.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ruby/test_module.rb') diff --git a/test/ruby/test_module.rb b/test/ruby/test_module.rb index 59b3df5f04..98c9128406 100644 --- a/test/ruby/test_module.rb +++ b/test/ruby/test_module.rb @@ -1046,6 +1046,7 @@ class TestModule < Test::Unit::TestCase def test_attr_obsoleted_flag c = Class.new do + extend Test::Unit::Assertions extend Test::Unit::CoreAssertions def initialize @foo = :foo -- cgit v1.2.3