diff --git a/Library/Homebrew/compat/compatibility.rb b/Library/Homebrew/compat/compatibility.rb index ab3377e888..3d67de077c 100644 --- a/Library/Homebrew/compat/compatibility.rb +++ b/Library/Homebrew/compat/compatibility.rb @@ -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