1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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:
nobu 2013-09-07 21:48:40 +00:00
parent 52fe68a7fd
commit e5d327f444

View file

@ -399,7 +399,7 @@ class TestSuper < Test::Unit::TestCase
end
def test_super_splat
# [ruby-list:49575]
# [ruby-list:49575]
y = Y.new
assert_equal([1, 2], y.foo(1, 2))
assert_equal([1, false], y.foo(1, false))