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

ruby-changes:33661

From: ktsj <ko1@a...>
Date: Tue, 29 Apr 2014 10:35:27 +0900 (JST)
Subject: [ruby-changes:33661] ktsj:r45742 (trunk): * test/ruby/test_symbol.rb (TestSymbol#test_symbol_gc_1): fix typo.

ktsj	2014-04-29 10:35:22 +0900 (Tue, 29 Apr 2014)

  New Revision: 45742

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

  Log:
    * test/ruby/test_symbol.rb (TestSymbol#test_symbol_gc_1): fix typo.

  Modified files:
    trunk/test/ruby/test_symbol.rb
Index: test/ruby/test_symbol.rb
===================================================================
--- test/ruby/test_symbol.rb	(revision 45741)
+++ test/ruby/test_symbol.rb	(revision 45742)
@@ -222,7 +222,7 @@ class TestSymbol < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_symbol.rb#L222
     end;
   end
 
-  def test_symol_gc_1
+  def test_symbol_gc_1
     assert_normal_exit('".".intern;GC.start(immediate_sweep:false);eval %[GC.start;".".intern]',
                        '',
                        child_env: '--disable-gems')

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

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