[pypy-commit] cffi default: Add a separator line, for pypy's test.

arigo noreply at buildbot.pypy.org
Thu Jun 21 17:06:44 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r482:48f726e1cedb
Date: 2012-06-21 17:06 +0200
http://bitbucket.org/cffi/cffi/changeset/48f726e1cedb/

Log:	Add a separator line, for pypy's test.

diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -8,6 +8,7 @@
 from _ffi_backend import *
 from _ffi_backend import _getfields, _testfunc
 
+# ____________________________________________________________
 
 def size_of_int():
     BInt = new_primitive_type("int")


More information about the pypy-commit mailing list