diff options
Diffstat (limited to 'Library/Homebrew/test/test_compilers.rb')
| -rw-r--r-- | Library/Homebrew/test/test_compilers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_compilers.rb b/Library/Homebrew/test/test_compilers.rb index 8f93c1423..ff94c2d9f 100644 --- a/Library/Homebrew/test/test_compilers.rb +++ b/Library/Homebrew/test/test_compilers.rb @@ -10,7 +10,7 @@ class CompilerTests < Test::Unit::TestCase assert f.fails_with? :llvm assert !(f.fails_with? :gcc) assert_equal case MacOS.clang_build_version - when 0..210 then :gcc + when 0..318 then :gcc else :clang end, cs.compiler end |
