summaryrefslogtreecommitdiff
path: root/test/-ext-/proc
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/proc')
-rw-r--r--test/-ext-/proc/test_bmethod.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/proc/test_bmethod.rb b/test/-ext-/proc/test_bmethod.rb
index 2d68adc1b9..32b31580d6 100644
--- a/test/-ext-/proc/test_bmethod.rb
+++ b/test/-ext-/proc/test_bmethod.rb
@@ -14,7 +14,7 @@ class TestProc::TestBMethod
end
class Bound < Base
- define_method(:foo, Bug::Proc.make_caller(42))
+ define_method(:foo, Bug::Proc.make_call_super(42))
end
def test_super_in_bmethod