Remove an internal method from compat
This commit is contained in:
parent
f3817b58ee
commit
86942aeaee
@ -4,10 +4,6 @@ class Formula
|
|||||||
puts "Use the fails_with DSL instead"
|
puts "Use the fails_with DSL instead"
|
||||||
end
|
end
|
||||||
|
|
||||||
def fails_with_llvm?
|
|
||||||
fails_with? :llvm
|
|
||||||
end
|
|
||||||
|
|
||||||
def self.fails_with_llvm msg=nil, data={}
|
def self.fails_with_llvm msg=nil, data={}
|
||||||
data = msg if Hash === msg
|
data = msg if Hash === msg
|
||||||
fails_with(:llvm) { build(data.delete(:build).to_i) }
|
fails_with(:llvm) { build(data.delete(:build).to_i) }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user