mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix duplicated name
This commit is contained in:
parent
ccc828f499
commit
dff67c809f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ prelude: |
|
|||
class B < A; end
|
||||
class C < A; end
|
||||
benchmark:
|
||||
vm_ivar_init: |
|
||||
vm_ivar_init_subclass: |
|
||||
B.new
|
||||
C.new
|
||||
loop_count: 3000000
|
||||
|
|
Loading…
Reference in a new issue