mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[UpdateTestChecks] Fix update_analyze_test_checks.py failure
This commit is contained in:
parent
d147200a9e
commit
7a9a2b83c6
@ -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