Skip to content

Commit 739ab8f

Browse files
committed
Resolve comments
1 parent 96f72e8 commit 739ab8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_ctypes/test_struct_fields.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ def test_bitfield_overflow_error_message(self):
142142
byte_offset=0,
143143
index=0,
144144
_internal_use=True,
145-
bit_size=9,
146-
bit_offset=0,
145+
bit_size=7,
146+
bit_offset=2,
147147
)
148148

149149
# __set__ and __get__ should raise a TypeError in case their self

0 commit comments

Comments
 (0)