summaryrefslogtreecommitdiff
path: root/tests/warn/warningtester.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/warn/warningtester.py')
-rw-r--r--tests/warn/warningtester.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/warn/warningtester.py b/tests/warn/warningtester.py
index 15822cfe..c78f92a7 100644
--- a/tests/warn/warningtester.py
+++ b/tests/warn/warningtester.py
@@ -115,7 +115,7 @@ def check(args):
transformer.parse(ss.get_symbols())
cbp = GtkDocCommentBlockParser()
- blocks = cbp.parse(ss.get_comments())
+ blocks = cbp.parse_comment_blocks(ss.get_comments())
main = MainTransformer(transformer, blocks)
main.transform()