fix anonymous struct fields (#13610)

This commit is contained in:
Christopher Milan
2025-12-07 09:56:38 -08:00
committed by GitHub
parent dcd50baca4
commit 94d7646bdc
2 changed files with 2 additions and 3 deletions

View File

@@ -110,8 +110,6 @@ class TestAutogen(unittest.TestCase):
assert frts_cmd.readVbiosDesc.__class__ is FWSECLIC_READ_VBIOS_DESC
assert frts_cmd.frtsRegionDesc.__class__ is FWSECLIC_FRTS_REGION_DESC
@unittest.skip("fails")
@unittest.skipIf(WIN, "doesn't compile on windows")
def test_packed_fields(self):
uint8_t = ctypes.c_ubyte
uint16_t = ctypes.c_ushort