diff --git a/test/-ext-/debug/test_profile_frames.rb b/test/-ext-/debug/test_profile_frames.rb index cca4607c73..410c2fbe11 100644 --- a/test/-ext-/debug/test_profile_frames.rb +++ b/test/-ext-/debug/test_profile_frames.rb @@ -7,7 +7,7 @@ class SampleClassForTestProfileFrames block.call end end - + def self.bar(block) Sample2.new.baz(block) end