[pypy-svn] r51903 - pypy/branch/rawffi-shape-cleanup/pypy/module/_rawffi/test

pedronis at codespeak.net pedronis at codespeak.net
Wed Feb 27 15:41:47 CET 2008


Author: pedronis
Date: Wed Feb 27 15:41:44 2008
New Revision: 51903

Modified:
   pypy/branch/rawffi-shape-cleanup/pypy/module/_rawffi/test/test_nested.py
Log:
xxx before I forget



Modified: pypy/branch/rawffi-shape-cleanup/pypy/module/_rawffi/test/test_nested.py
==============================================================================
--- pypy/branch/rawffi-shape-cleanup/pypy/module/_rawffi/test/test_nested.py	(original)
+++ pypy/branch/rawffi-shape-cleanup/pypy/module/_rawffi/test/test_nested.py	Wed Feb 27 15:41:44 2008
@@ -83,3 +83,5 @@
         assert rawbuf[4] == 13
         assert rawbuf[7] == 17
         a.free()
+
+    # xxx missing array in structure



More information about the Pypy-commit mailing list