Author: Matti Picus <matti.pi...@gmail.com>
Branch: pypy-pyarray
Changeset: r66855:fce071483285
Date: 2013-09-08 23:47 +0200
http://bitbucket.org/pypy/pypy/changeset/fce071483285/

Log:    add failing ztranslation test

diff --git a/pypy/module/cpyext/test/test_ztranslation.py 
b/pypy/module/cpyext/test/test_ztranslation.py
new file mode 100644
--- /dev/null
+++ b/pypy/module/cpyext/test/test_ztranslation.py
@@ -0,0 +1,4 @@
+from pypy.objspace.fake.checkmodule import checkmodule
+
+def test_cpyext_translates():
+    checkmodule('cpyext', '_ffi')
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to