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:
		
							parent
							
								
									8c6157e048
								
							
						
					
					
						commit
						adc4bb95f6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue