1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Fix obvious breakage of update_analysis_test_checks.py from 1ce846b

This commit is contained in:
Philip Reames 2021-03-22 11:03:55 -07:00
parent 4a8ddcfff5
commit a50dfe0559

View File

@ -113,7 +113,8 @@ def main():
flags = type('', (object,), { flags = type('', (object,), {
'verbose': args.verbose, 'verbose': args.verbose,
'function_signature': False, 'function_signature': False,
'check_attributes': False}), 'check_attributes': False,
'replace_function_regex': []}),
scrubber_args = []) scrubber_args = [])
for prefixes, opt_args in prefix_list: for prefixes, opt_args in prefix_list: