From 4dbb25e8b9687132a9a2364e8db18310606439a2 Mon Sep 17 00:00:00 2001 From: normal Date: Thu, 18 Dec 2014 00:03:30 +0000 Subject: [PATCH] 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 --- test/ruby/test_iseq.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_iseq.rb b/test/ruby/test_iseq.rb index ede333fd14..4af440ae42 100644 --- a/test/ruby/test_iseq.rb +++ b/test/ruby/test_iseq.rb @@ -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|