* 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:
parent
8c6157e048
commit
adc4bb95f6
@ -7,7 +7,7 @@ $gcprof = true
|
|||||||
|
|
||||||
opt = OptionParser.new
|
opt = OptionParser.new
|
||||||
opt.on('-q'){$list = false}
|
opt.on('-q'){$list = false}
|
||||||
opt.on('-d'){$gcprof = fales}
|
opt.on('-d'){$gcprof = false}
|
||||||
opt.parse!(ARGV)
|
opt.parse!(ARGV)
|
||||||
|
|
||||||
script = File.join(File.dirname(__FILE__), ARGV.shift)
|
script = File.join(File.dirname(__FILE__), ARGV.shift)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user