diff options
author | Armin Rigo <arigo@tunes.org> | 2017-08-27 09:12:01 +0200 |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2017-08-27 09:12:01 +0200 |
commit | 1ace7a2a476da6dd81ee0b9487a96fe056930865 (patch) | |
tree | ee4e3d158fc9a500fca25401ff6de72ab3da8b19 /lib-python | |
parent | Issue #2625 (diff) | |
download | pypy-1ace7a2a476da6dd81ee0b9487a96fe056930865.tar.gz pypy-1ace7a2a476da6dd81ee0b9487a96fe056930865.tar.bz2 pypy-1ace7a2a476da6dd81ee0b9487a96fe056930865.zip |
test_struct_struct now passes
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 |