[pypy-commit] pypy win32-cleanup: merge branches

mattip noreply at buildbot.pypy.org
Mon Feb 6 22:57:22 CET 2012


Author: mattip
Branch: win32-cleanup
Changeset: r52149:d34c77fa0f42
Date: 2012-02-06 23:48 +0200
http://bitbucket.org/pypy/pypy/changeset/d34c77fa0f42/

Log:	merge branches

diff --git a/pypy/module/posix/test/test_ztranslation.py b/pypy/module/posix/test/test_ztranslation.py
new file mode 100644
--- /dev/null
+++ b/pypy/module/posix/test/test_ztranslation.py
@@ -0,0 +1,4 @@
+from pypy.objspace.fake.checkmodule import checkmodule
+
+def test_posix_translates():
+    checkmodule('posix')
\ No newline at end of file


More information about the pypy-commit mailing list