aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_ENV.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_ENV.rb b/Library/Homebrew/test/test_ENV.rb
index 5b8721747..8e69cb6f0 100644
--- a/Library/Homebrew/test/test_ENV.rb
+++ b/Library/Homebrew/test/test_ENV.rb
@@ -23,7 +23,7 @@ class EnvironmentTests < Test::Unit::TestCase
def test_switching_compilers
ENV.llvm
ENV.clang
- assert_equal ENV['LD'], ENV['CC']
+ assert_nil ENV['LD']
assert_equal ENV['OBJC'], ENV['CC']
end
end