1
0
Fork 0
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:
normal 2014-12-18 00:03:30 +00:00
parent a84d3e84a5
commit 4dbb25e8b9

View file

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