summaryrefslogtreecommitdiff
path: root/test/-ext-
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-27 00:13:51 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-27 00:13:51 +0000
commitc03f86b389d00cf45edf133c9aa23479e6efc06e (patch)
tree3d80b4ebabfcc430bb8d8def5116f7f6e3566283 /test/-ext-
parent707cbe6f990de42a927405bea75dd6c64a8944bf (diff)
Revert "Fix use of `rb_profile_frames` start parameter"
This reverts commit r63265. ko1 said I should not have committed this! I'm sorry! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/-ext-')
-rw-r--r--test/-ext-/debug/test_profile_frames.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/-ext-/debug/test_profile_frames.rb b/test/-ext-/debug/test_profile_frames.rb
index 672c9c4b5a..5ea506046e 100644
--- a/test/-ext-/debug/test_profile_frames.rb
+++ b/test/-ext-/debug/test_profile_frames.rb
@@ -119,8 +119,4 @@ class TestProfileFrames < Test::Unit::TestCase
a
end;
end
-
- def test_start
- assert_equal Bug::Debug.profile_frames(0, 10).tap(&:shift), Bug::Debug.profile_frames(1, 9)
- end
end