[pypy-commit] pypy win64 test: korr. of message.

ctismer noreply at buildbot.pypy.org
Mon Jul 11 02:59:16 CEST 2011


Author: Christian Tismer <tismer at stackless.com>
Branch: win64 test
Changeset: r45453:8598a191765f
Date: 2011-07-11 02:54 +0200
http://bitbucket.org/pypy/pypy/changeset/8598a191765f/

Log:	korr. of message. win64 works with py 2.6.7

diff --git a/pypy/rpython/lltypesystem/test/test_ll2ctypes.py b/pypy/rpython/lltypesystem/test/test_ll2ctypes.py
--- a/pypy/rpython/lltypesystem/test/test_ll2ctypes.py
+++ b/pypy/rpython/lltypesystem/test/test_ll2ctypes.py
@@ -717,7 +717,7 @@
         assert not ALLOCATED     # detects memory leaks in the test
 
     def test_get_errno(self):
-        # win64: works with python 2.7.6, but not with 2.7.2
+        # win64: works with python 2.6.7, but not with 2.7.2
         # XXX check what is different with ctypes!
         eci = ExternalCompilationInfo(includes=['string.h'])
         if sys.platform.startswith('win'):


More information about the pypy-commit mailing list