aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_compiler_selector.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_compiler_selector.rb b/Library/Homebrew/test/test_compiler_selector.rb
index c379e5713..93161fb62 100644
--- a/Library/Homebrew/test/test_compiler_selector.rb
+++ b/Library/Homebrew/test/test_compiler_selector.rb
@@ -15,7 +15,6 @@ class CompilerSelectorTests < Homebrew::TestCase
end
def fails_with?(cc)
- return false if cc.nil?
@failures.include?(cc.name)
end
end