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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to