Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r118:a280890af84f
Date: 2014-11-29 12:22 +0100
http://bitbucket.org/cffi/creflect/changeset/a280890af84f/

Log:    Fix test

diff --git a/test/test_cparser.py b/test/test_cparser.py
--- a/test/test_cparser.py
+++ b/test/test_cparser.py
@@ -29,6 +29,9 @@
     ast.show(f)
     assert f.getvalue() == """\
 FileAST: 
+  Typedef: __crx_unknown_t, [], ['typedef']
+    TypeDecl: __crx_unknown_t, []
+      IdentifierType: ['int']
   Decl: f, [], [], []
     FuncDecl: 
       ParamList: 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to