mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 15:06:05 +00:00
[UpdateTestChecks] Fix update_analyze_test_checks.py failure
This commit is contained in:
parent
4f568fbd21
commit
8b67c98c47
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user