linkage_checker.rb: rename lib to broken_lib

This commit is contained in:
Maxim Belkin 2020-07-22 14:41:15 +00:00
parent 77a38aed0d
commit 42f90dba46

View File

@ -92,8 +92,8 @@ class LinkageChecker
def broken_dylibs_with_expectations
output = {}
@broken_dylibs.each do |lib|
output[lib] = if unexpected_broken_dylibs.include? lib
@broken_dylibs.each do |broken_lib|
output[broken_lib] = if unexpected_broken_dylibs.include? broken_lib
["unexpected"]
else
["expected"]