Remove test that doesn't add value
This commit is contained in:
		
							parent
							
								
									2c3b04fb26
								
							
						
					
					
						commit
						953f6c1ead
					
				@ -7,17 +7,6 @@ class EnvironmentTests < Test::Unit::TestCase
 | 
			
		||||
    @env.activate_extensions!
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def test_ENV_options
 | 
			
		||||
    @env.gcc_4_0
 | 
			
		||||
    @env.O3
 | 
			
		||||
    @env.minimal_optimization
 | 
			
		||||
    @env.no_optimization
 | 
			
		||||
    @env.libxml2
 | 
			
		||||
    @env.enable_warnings
 | 
			
		||||
    assert !@env.cc.empty?
 | 
			
		||||
    assert !@env.cxx.empty?
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def test_switching_compilers
 | 
			
		||||
    @env.llvm
 | 
			
		||||
    @env.clang
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user