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

ruby-changes:31466

From: eregon <ko1@a...>
Date: Wed, 6 Nov 2013 07:27:32 +0900 (JST)
Subject: [ruby-changes:31466] eregon:r43545 (trunk): * benchmark/gc/gcbench.rb: fix typo of r43543

eregon	2013-11-06 07:27:27 +0900 (Wed, 06 Nov 2013)

  New Revision: 43545

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

  Log:
    * benchmark/gc/gcbench.rb: fix typo of r43543

  Modified files:
    trunk/benchmark/gc/gcbench.rb
Index: benchmark/gc/gcbench.rb
===================================================================
--- benchmark/gc/gcbench.rb	(revision 43544)
+++ benchmark/gc/gcbench.rb	(revision 43545)
@@ -7,7 +7,7 @@ $gcprof = true https://github.com/ruby/ruby/blob/trunk/benchmark/gc/gcbench.rb#L7
 
 opt = OptionParser.new
 opt.on('-q'){$list = false}
-opt.on('-d'){$gcprof = fales}
+opt.on('-d'){$gcprof = false}
 opt.parse!(ARGV)
 
 script = File.join(File.dirname(__FILE__), ARGV.shift)

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

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