mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Fix obvious breakage of update_analysis_test_checks.py from 1ce846b
This commit is contained in:
parent
4a8ddcfff5
commit
a50dfe0559
@ -113,7 +113,8 @@ def main():
|
||||
flags = type('', (object,), {
|
||||
'verbose': args.verbose,
|
||||
'function_signature': False,
|
||||
'check_attributes': False}),
|
||||
'check_attributes': False,
|
||||
'replace_function_regex': []}),
|
||||
scrubber_args = [])
|
||||
|
||||
for prefixes, opt_args in prefix_list:
|
||||
|
Loading…
Reference in New Issue
Block a user