[前][次][番号順一覧][スレッド一覧]

ruby-changes:36799

From: normal <ko1@a...>
Date: Thu, 18 Dec 2014 09:03:43 +0900 (JST)
Subject: [ruby-changes:36799] normal:r48880 (trunk): test/ruby/test_iseq.rb: spelling fix: s/diable/disable/

normal	2014-12-18 09:03:30 +0900 (Thu, 18 Dec 2014)

  New Revision: 48880

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48880

  Log:
    test/ruby/test_iseq.rb: spelling fix: s/diable/disable/

  Modified files:
    trunk/test/ruby/test_iseq.rb
Index: test/ruby/test_iseq.rb
===================================================================
--- test/ruby/test_iseq.rb	(revision 48879)
+++ test/ruby/test_iseq.rb	(revision 48880)
@@ -125,7 +125,7 @@ class TestISeq < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_iseq.rb#L125
     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|

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]