Adjust compat's fails_with_llvm call

handle_llvm_failure was moved into FailsWithLLVM and renamed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-03-13 10:07:16 -05:00
parent 379a9353b0
commit b8edc0cd73

View File

@ -74,7 +74,7 @@ class Formula
# This used to be called in "def install", but should now be used
# up in the DSL section.
def fails_with_llvm msg=nil, data=nil
handle_llvm_failure FailsWithLLVM.new(msg, data)
FailsWithLLVM.new(msg, data).handle_failure
end
end