diff options
-rw-r--r-- | polly/test/update_check.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/test/update_check.py b/polly/test/update_check.py index 168f3a983f3..69aa06c0df9 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__() |