aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/ENV_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/ENV_test.rb')
-rw-r--r--Library/Homebrew/test/ENV_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/ENV_test.rb b/Library/Homebrew/test/ENV_test.rb
index 6c0e68a9e..dd6025084 100644
--- a/Library/Homebrew/test/ENV_test.rb
+++ b/Library/Homebrew/test/ENV_test.rb
@@ -133,7 +133,7 @@ module SharedEnvTests
end
def test_switching_compilers_updates_compiler
- [:clang, :gcc, :gcc_4_0].each do |compiler|
+ [:clang, :gcc_4_2, :gcc_4_0].each do |compiler|
@env.send(compiler)
assert_equal compiler, @env.compiler
end