* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
52fe68a7fd
commit
e5d327f444
@ -399,7 +399,7 @@ class TestSuper < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_super_splat
|
def test_super_splat
|
||||||
# [ruby-list:49575]
|
# [ruby-list:49575]
|
||||||
y = Y.new
|
y = Y.new
|
||||||
assert_equal([1, 2], y.foo(1, 2))
|
assert_equal([1, 2], y.foo(1, 2))
|
||||||
assert_equal([1, false], y.foo(1, false))
|
assert_equal([1, false], y.foo(1, false))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user