Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faca855 commit 417089eCopy full SHA for 417089e
1 file changed
Lib/ctypes/test/test_structures.py
@@ -480,7 +480,7 @@ class X(Structure):
480
self.assertEqual(s.first, got.first)
481
self.assertEqual(s.second, got.second)
482
483
- @unittest.skipIf(MACHINE.startswith(('arm', 'ppc')),
+ @unittest.skipIf(MACHINE.startswith('ppc'),
484
'Test temporarily disabled on this architecture')
485
def test_array_in_struct(self):
486
# See bpo-22273
0 commit comments