[pypy-commit] pypy default: Bah, sorry.

arigo noreply at buildbot.pypy.org
Wed Dec 14 15:13:34 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r50504:8a5fb10fc8c4
Date: 2011-12-14 15:13 +0100
http://bitbucket.org/pypy/pypy/changeset/8a5fb10fc8c4/

Log:	Bah, sorry.

diff --git a/lib-python/modified-2.7/ctypes/test/test_callbacks.py b/lib-python/modified-2.7/ctypes/test/test_callbacks.py
--- a/lib-python/modified-2.7/ctypes/test/test_callbacks.py
+++ b/lib-python/modified-2.7/ctypes/test/test_callbacks.py
@@ -1,5 +1,6 @@
 import unittest
 from ctypes import *
+from ctypes.test import xfail
 import _ctypes_test
 
 class Callbacks(unittest.TestCase):


More information about the pypy-commit mailing list