aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2013-05-21 22:44:23 -0500
committerJack Nagel2013-05-21 22:44:23 -0500
commit0147ac70c6f89a1f567db99707baa3f0b9b59abf (patch)
tree4630624f5ec7480ef3e34b613151b4e2ed45f9fd /Library/Homebrew
parent0e81c4de9cbb503fc3cc87cba865c5cef6ccb350 (diff)
downloadbrew-0147ac70c6f89a1f567db99707baa3f0b9b59abf.tar.bz2
Fix CompilerSelector tests on systems that have gcc 4.0
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/test/test_compiler_selector.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_compiler_selector.rb b/Library/Homebrew/test/test_compiler_selector.rb
index 4ce682c96..4e104a271 100644
--- a/Library/Homebrew/test/test_compiler_selector.rb
+++ b/Library/Homebrew/test/test_compiler_selector.rb
@@ -18,6 +18,7 @@ class CompilerSelectorTests < Test::Unit::TestCase
end
def setup
+ MacOS.stubs(:gcc_4_0_build_version).returns(nil)
MacOS.stubs(:gcc_build_version).returns(5666)
MacOS.stubs(:llvm_build_version).returns(2336)
MacOS.stubs(:clang_build_version).returns(425)