diff options
Diffstat (limited to 'lib-python')
-rw-r--r-- | lib-python/2.7/ctypes/test/test_byteswap.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib-python/2.7/ctypes/test/test_byteswap.py b/lib-python/2.7/ctypes/test/test_byteswap.py index 4ae91303f1..ee523a74ab 100644 --- a/lib-python/2.7/ctypes/test/test_byteswap.py +++ b/lib-python/2.7/ctypes/test/test_byteswap.py @@ -186,7 +186,6 @@ class Test(unittest.TestCase): pass self.assertRaises(TypeError, setattr, T, "_fields_", [("x", typ)]) - @xfail def test_struct_struct(self): # nested structures with different byteorders |