Skip to content

Commit 96f72e8

Browse files
hyongtao-codeaisk
andauthored
Update Lib/test/test_ctypes/test_struct_fields.py
Co-authored-by: AN Long <aisk@users.noreply.github.com>
1 parent 3042d03 commit 96f72e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ctypes/test_struct_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class S(Structure):
130130
self.check_struct(S)
131131
self.assertEqual(S.largeField.bit_size, size * 8)
132132

133-
def test_bitfield_overflow_error_message_gh143164(self):
133+
def test_bitfield_overflow_error_message(self):
134134
with self.assertRaisesRegex(
135135
ValueError,
136136
r"bit field 'x' overflows its type \(0 \+ 9 > 8\)",

0 commit comments

Comments
 (0)