1
0
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:
Juneyoung Lee 2020-12-29 11:56:59 +09:00
parent d147200a9e
commit 7a9a2b83c6

View File

@ -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: