aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2014-01-04 01:37:19 -0800
committerMisty De Meo2014-01-04 01:37:19 -0800
commitc247f66a13d0ab5c6feab444d016505811a15bdd (patch)
tree38d1b8e382df1e072e82e4778f0464c18c391cb2 /Library
parent51d8270abdc5869e5bddbcdf5f908cbbeab41f83 (diff)
downloadbrew-c247f66a13d0ab5c6feab444d016505811a15bdd.tar.bz2
stdenv tests: add gcc-4.0 test
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 7be01b6ff..ab84b6c39 100644
--- a/Library/Homebrew/test/test_ENV.rb
+++ b/Library/Homebrew/test/test_ENV.rb
@@ -120,7 +120,7 @@ end
module SharedEnvTests
def test_switching_compilers_updates_compiler
- [:clang, :llvm, :gcc].each do |compiler|
+ [:clang, :llvm, :gcc, :gcc_4_0].each do |compiler|
@env.send(compiler)
assert_equal compiler, @env.compiler
end