1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eregon 2013-11-05 22:27:27 +00:00
parent 8c6157e048
commit adc4bb95f6

View file

@ -7,7 +7,7 @@ $gcprof = true
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)