Fix test_gdb following the small unicode struct change in c25262e97304 (issue #13130)

This commit is contained in:
Antoine Pitrou 2011-10-08 19:33:24 +02:00
parent 388349add2
commit 3c0c5f29dd

View file

@ -1152,7 +1152,7 @@ def proxyval(self, visited):
field_str = field_str.cast(_type_unsigned_char_ptr)
elif repr_kind == 2:
field_str = field_str.cast(_type_unsigned_short_ptr)
elif repr_kind == 3:
elif repr_kind == 4:
field_str = field_str.cast(_type_unsigned_int_ptr)
else:
# Python 3.2 and earlier