summaryrefslogtreecommitdiff
path: root/test
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 /test
parentd7f0b41c7ba75639503d562cf7f5e26c3157c676 (diff)
Fixed inconsistent require order for assertions and core_assertions
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4813
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_module.rb1
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