diff options
| author | Jack Nagel | 2014-04-29 09:22:00 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-29 09:22:17 -0500 |
| commit | 953f6c1ead39c9a68566ae2057e00f93e178ead9 (patch) | |
| tree | 5e1984afc37583158dd0c297c16ecc2ce9bf2d3b /Library | |
| parent | 2c3b04fb264a82796757dc3cc0bf25fa1ddaba6b (diff) | |
| download | brew-953f6c1ead39c9a68566ae2057e00f93e178ead9.tar.bz2 | |
Remove test that doesn't add value
Diffstat (limited to 'Library')
| -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 |
