summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_object.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_object.rb b/test/ruby/test_object.rb
index 75ec959ad5..3980b5d41c 100644
--- a/test/ruby/test_object.rb
+++ b/test/ruby/test_object.rb
@@ -326,7 +326,7 @@ class TestObject < Test::Unit::TestCase
def test_respond_to_missing
c = Class.new do
- def respond_to_missing?(id)
+ def respond_to_missing?(id, priv=false)
if id == :foobar
true
else