diff options
| author | Adam Vandenberg | 2013-05-06 12:28:32 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-05-06 12:28:32 -0700 | 
| commit | aebc4a6bf41ba2d785bf8dec30ff719b997f1b78 (patch) | |
| tree | e29ddcd7c713c465fba7a6be35ddb47bb735e404 /Library/Formula/cpputest.rb | |
| parent | 7bacd0847343610e09c2bb94b2dff8171b5025bc (diff) | |
| download | homebrew-aebc4a6bf41ba2d785bf8dec30ff719b997f1b78.tar.bz2 | |
cpputest: still fails with clang 425
Diffstat (limited to 'Library/Formula/cpputest.rb')
| -rw-r--r-- | Library/Formula/cpputest.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/cpputest.rb b/Library/Formula/cpputest.rb index ddc7d4ff9..0cac92e64 100644 --- a/Library/Formula/cpputest.rb +++ b/Library/Formula/cpputest.rb @@ -6,7 +6,7 @@ class Cpputest < Formula    sha1 '8ff6b764a9ca6202582ae0c94545f56b921f39d5'    fails_with :clang do -    build 421 +    build 425      cause 'Uses -lgcov which only comes with llvm or gcc'    end | 
