mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
fix anonymous struct fields (#13610)
This commit is contained in:
committed by
GitHub
parent
dcd50baca4
commit
94d7646bdc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user