linkage_checker.rb: rename lib to broken_lib
This commit is contained in:
parent
77a38aed0d
commit
42f90dba46
@ -92,8 +92,8 @@ class LinkageChecker
|
|||||||
|
|
||||||
def broken_dylibs_with_expectations
|
def broken_dylibs_with_expectations
|
||||||
output = {}
|
output = {}
|
||||||
@broken_dylibs.each do |lib|
|
@broken_dylibs.each do |broken_lib|
|
||||||
output[lib] = if unexpected_broken_dylibs.include? lib
|
output[broken_lib] = if unexpected_broken_dylibs.include? broken_lib
|
||||||
["unexpected"]
|
["unexpected"]
|
||||||
else
|
else
|
||||||
["expected"]
|
["expected"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user