diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-09-07 21:12:55 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-09-11 08:48:03 +0900 |
| commit | 78ec066347cd5e59957ef6f98d4f40fd00aa667a (patch) | |
| tree | 85251ef4c445caf5955d259d0bd8be0653d04198 /test/ruby | |
| parent | 48933a34095b7565196c1b78d9644b44cef8f602 (diff) | |
Use CoreAssertions instead of Assertions
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4813
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_module.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_module.rb b/test/ruby/test_module.rb index 2d7bdb47fc..59b3df5f04 100644 --- a/test/ruby/test_module.rb +++ b/test/ruby/test_module.rb @@ -1046,7 +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 @bar = :bar |
