Skip to content

Commit 6b04ace

Browse files
committed
Fix obvious breakage of update_analysis_test_checks.py from 1ce846b
1 parent f24175f commit 6b04ace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/utils/update_analyze_test_checks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ def main():
113113
flags = type('', (object,), {
114114
'verbose': args.verbose,
115115
'function_signature': False,
116-
'check_attributes': False}),
116+
'check_attributes': False,
117+
'replace_function_regex': []}),
117118
scrubber_args = [])
118119

119120
for prefixes, opt_args in prefix_list:

0 commit comments

Comments
 (0)