Commit 417089e8 authored by Vinay Sajip's avatar Vinay Sajip Committed by GitHub

bpo-22273: Re-enabled ctypes test on ARM machines. (GH-16388)

parent faca8553
......@@ -480,7 +480,7 @@ class StructureTestCase(unittest.TestCase):
self.assertEqual(s.first, got.first)
self.assertEqual(s.second, got.second)
@unittest.skipIf(MACHINE.startswith(('arm', 'ppc')),
@unittest.skipIf(MACHINE.startswith('ppc'),
'Test temporarily disabled on this architecture')
def test_array_in_struct(self):
# See bpo-22273
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment