summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-09-20 23:15:08 -0300
committerJohan Dahlin <johan@gnome.org>2010-09-20 23:31:17 -0300
commitf3bf705c1461d9bc64ced0e373b49bdf94319ec6 (patch)
treef7eaef3f815076c4cb264ff16c0340828baad5fe /tests
parent15702c7ad0654aa17484ab7380f71a91201fdb04 (diff)
downloadgobject-introspection-f3bf705c1461d9bc64ced0e373b49bdf94319ec6.tar.gz
Pass in blocks to IntrospectablePass
Diffstat (limited to 'tests')
-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 a3de1e8b..909a07af 100644
--- a/tests/warn/warningtester.py
+++ b/tests/warn/warningtester.py
@@ -91,7 +91,7 @@ def check(args):
main = MainTransformer(transformer, blocks)
main.transform()
- final = IntrospectablePass(transformer)
+ final = IntrospectablePass(transformer, blocks)
final.validate()
raw = output.getvalue()