1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
tenderlove 2018-04-27 00:13:51 +00:00
parent 707cbe6f99
commit c03f86b389
2 changed files with 2 additions and 5 deletions

View file

@ -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