Skip to content

Commit

Permalink
[UpdateTestChecks] Fix update_analyze_test_checks.py failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aqjune committed Dec 29, 2020
1 parent 4f568fb commit 8b67c98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion llvm/utils/update_analyze_test_checks.py
Expand Up @@ -110,7 +110,10 @@ def main():

builder = common.FunctionTestBuilder(
run_list = prefix_list,
flags = args,
flags = type('', (object,), {
'verbose': args.verbose,
'function_signature': False,
'check_attributes': False}),
scrubber_args = [])

for prefixes, opt_args in prefix_list:
Expand Down

0 comments on commit 8b67c98

Please sign in to comment.