mirror of
https://github.com/ruby/ruby.git
synced 2025-09-23 12:33:56 +02:00
Fix test_module.rb
This commit is contained in:
parent
4b583cff97
commit
baf482bab4
Notes:
git
2019-11-20 13:43:19 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -2372,7 +2372,7 @@ class TestModule < Test::Unit::TestCase
|
|||
|
||||
A.prepend InspectIsShallow
|
||||
|
||||
expect = "#<Method: A(ShallowInspect)#inspect(shallow_inspect) -:7>"
|
||||
expect = "#<Method: A(ShallowInspect)#inspect(shallow_inspect)() -:7>"
|
||||
assert_equal expect, A.new.method(:inspect).inspect, "#{bug_10282}"
|
||||
RUBY
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue