diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-09-10 20:41:52 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-09-11 08:48:03 +0900 |
commit | 151a1cd45eb28982083d0c2c99ed8c564c18a0af (patch) | |
tree | 701212d0b1eaf0103413850352d6f9d749467a6c /test/ruby/test_module.rb | |
parent | d7f0b41c7ba75639503d562cf7f5e26c3157c676 (diff) |
Fixed inconsistent require order for assertions and core_assertions
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4813
Diffstat (limited to 'test/ruby/test_module.rb')
-rw-r--r-- | test/ruby/test_module.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |