aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_super.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_super.rb')
-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))