Change Valgrind failure reason after Xcode4 tests

This commit is contained in:
Mike McQuaid 2011-03-15 11:50:14 +00:00
parent 3b421030b8
commit f7f83088e1

View file

@ -11,7 +11,7 @@ class Valgrind < Formula
skip_clean 'lib'
def install
fails_with_llvm "Undefined symbols when linking", :build => 2326
fails_with_llvm "Makes applications segfault on startup", :build => 2326
system "./autogen.sh" if File.exists? "autogen.sh"