mirror of
https://github.com/ruby/ruby.git
synced 2025-09-23 20:44:00 +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
|
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}"
|
assert_equal expect, A.new.method(:inspect).inspect, "#{bug_10282}"
|
||||||
RUBY
|
RUBY
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue