summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-07 21:48:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-07 21:48:40 +0000
commite5d327f444d7dac5c017c318f0e07bcdf03815ea (patch)
treebebe9003f33150645b82c41040bdea84c896c6c5 /test/ruby
parent52fe68a7fd12fac548b775a367b9d83482901fc7 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_super.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_super.rb b/test/ruby/test_super.rb
index 1aab553ebb..244f820217 100644
--- a/test/ruby/test_super.rb
+++ b/test/ruby/test_super.rb
@@ -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))