mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/ruby/test_iseq.rb: spelling fix: s/diable/disable/
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a84d3e84a5
commit
4dbb25e8b9
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class TestISeq < Test::Unit::TestCase
|
|||
assert_same a, b
|
||||
end
|
||||
|
||||
def test_diable_opt
|
||||
def test_disable_opt
|
||||
src = "a['foo'] = a['bar']; 'a'.freeze"
|
||||
_,_,_,_,_,_,_,_,_,_,_,_,_,body= RubyVM::InstructionSequence.compile(src, __FILE__, __FILE__, __LINE__, false).to_a
|
||||
body.each{|insn|
|
||||
|
|
Loading…
Add table
Reference in a new issue