From 953f6c1ead39c9a68566ae2057e00f93e178ead9 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 29 Apr 2014 09:22:00 -0500 Subject: [PATCH] Remove test that doesn't add value --- Library/Homebrew/test/test_ENV.rb | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Library/Homebrew/test/test_ENV.rb b/Library/Homebrew/test/test_ENV.rb index ab84b6c39f..477dffa5bb 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