diff options
| author | Jack Nagel | 2014-04-29 09:22:00 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-04-29 09:22:17 -0500 | 
| commit | 041a3ed9a9d62151d070adc410bec6247cb7a58f (patch) | |
| tree | f80b82ba02f5ac1297f99e634c0534b551a1340c | |
| parent | a42794c51ee9c5261802a6b726035bcdb58e0619 (diff) | |
| download | homebrew-041a3ed9a9d62151d070adc410bec6247cb7a58f.tar.bz2 | |
Remove test that doesn't add value
| -rw-r--r-- | Library/Homebrew/test/test_ENV.rb | 11 | 
1 files changed, 0 insertions, 11 deletions
| diff --git a/Library/Homebrew/test/test_ENV.rb b/Library/Homebrew/test/test_ENV.rb index ab84b6c39..477dffa5b 100644 --- a/Library/Homebrew/test/test_ENV.rb +++ b/Library/Homebrew/test/test_ENV.rb @@ -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 | 
