summaryrefslogtreecommitdiff
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 66faa70a76..743b71d73f 100644
--- a/test/ruby/test_super.rb
+++ b/test/ruby/test_super.rb
@@ -146,7 +146,7 @@ class TestSuper < Test::Unit::TestCase
@first or fail
end
- def subseq
+ def subseq
@first or fail
end
end