aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_compiler_selector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_compiler_selector.rb b/Library/Homebrew/test/test_compiler_selector.rb
index 4e104a271..17c3b0449 100644
--- a/Library/Homebrew/test/test_compiler_selector.rb
+++ b/Library/Homebrew/test/test_compiler_selector.rb
@@ -27,7 +27,7 @@ class CompilerSelectorTests < Test::Unit::TestCase
end
def actual_cc
- CompilerSelector.new(@f, @cc).compiler
+ CompilerSelector.new(@f).compiler
end
def test_all_compiler_failures