Remove obsolete nil check
This commit is contained in:
parent
97f89877e3
commit
b4a634903e
@ -15,7 +15,6 @@ class CompilerSelectorTests < Homebrew::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def fails_with?(cc)
|
def fails_with?(cc)
|
||||||
return false if cc.nil?
|
|
||||||
@failures.include?(cc.name)
|
@failures.include?(cc.name)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user