diff options
| author | Misty De Meo | 2014-01-04 01:37:19 -0800 |
|---|---|---|
| committer | Misty De Meo | 2014-01-04 01:37:19 -0800 |
| commit | 6d63e6e08601f5922fd300779bc706cf05062ba4 (patch) | |
| tree | a110faa9a32a60bff1c5f542d2733a7fce82f578 /Library | |
| parent | 3d83eaf002786c213f697ad13291c0918d5183f9 (diff) | |
| download | homebrew-6d63e6e08601f5922fd300779bc706cf05062ba4.tar.bz2 | |
stdenv tests: add gcc-4.0 test
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/test_ENV.rb | 2 |
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 |
