diff --git a/polly/test/update_check.py b/polly/test/update_check.py index 168f3a983f30..69aa06c0df9b 100644 --- a/polly/test/update_check.py +++ b/polly/test/update_check.py @@ -168,6 +168,8 @@ def classyfier1(lines): yield {'TransitiveClosureDep','DepInfo'} line = i.__next__() continue + elif line.startswith("New access function '"): + yield {'NewAccessFunction'} else: yield set() line = i.__next__()